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