Adwaita: less dramatic :active for undecorated buttons

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3575
This commit is contained in:
Jakub Steiner 2021-01-11 15:00:38 +01:00
parent 9a9899597c
commit 6a047e53a8

View File

@ -430,10 +430,10 @@
box-shadow: none;
text-shadow: none;
@if $variant == 'light' {
background-color: darken($c,30%);
background-color: darken($c,20%);
}
@else {
background-color: darken($c,14%);
background-color: darken($c,5%);
}
}
}