mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 15:40:12 +00:00
Adwaita: less dramatic :active for undecorated buttons
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3575
This commit is contained in:
parent
9a9899597c
commit
6a047e53a8
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user