mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Merge branch 'nana-4/gtk-fix-circular-button-styling'
This commit is contained in:
commit
768e24afc1
@ -548,11 +548,6 @@ button {
|
||||
min-width: 24px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
||||
&.circular {
|
||||
min-height: 24px;
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
&.text-button {
|
||||
@ -770,7 +765,10 @@ button {
|
||||
|
||||
.linked.vertical > & { @extend %linked_vertical; }
|
||||
|
||||
&.circular { // The Bloody Circul Button
|
||||
&.circular { // force circular button shape
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
padding: 0;
|
||||
border-radius: 9999px;
|
||||
|
||||
label { padding: 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user