GTK4: Remove shadows to disabled buttons

This commit is contained in:
Daniel Ruiz de Alegría
2021-03-03 13:43:49 +01: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;