GTK4: Remove shadows to disabled buttons

This commit is contained in:
Daniel Ruiz de Alegría
2021-04-19 10:35:16 +02:00
parent 443bab6be6
commit 1336e16586
@@ -13,6 +13,8 @@ button {
&:backdrop { box-shadow: none; }
}
&:disabled { box-shadow: none; }
&.flat:not(.link) {
&:hover {
@extend %button_active;