GTK4: Remove shadows to disabled buttons
This commit is contained in:
parent
443bab6be6
commit
1336e16586
@ -13,6 +13,8 @@ button {
|
||||
&:backdrop { box-shadow: none; }
|
||||
}
|
||||
|
||||
&:disabled { box-shadow: none; }
|
||||
|
||||
&.flat:not(.link) {
|
||||
&:hover {
|
||||
@extend %button_active;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user