mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Adwaita: Ensure button.circular is a perfect circle
It seems the commit 9d60047616
had no
effect, even on image buttons.
This commit is contained in:
parent
2f0a4c7128
commit
4cf9228659
@ -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