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
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -13,6 +13,8 @@ button {
&:backdrop { box-shadow: none; }
}
&:disabled { box-shadow: none; }
&.flat:not(.link) {
&:hover {
@extend %button_active;