Merge branch 'wip/jimmac/undercorated-active' into 'master'

Adwaita: less dramatic :active for undecorated buttons

Closes #3575

See merge request GNOME/gtk!3068
This commit is contained in:
Jakub Steiner 2021-01-11 14:37:58 +00:00
commit 64e16ecaf1

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%);
}
}
}