mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
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:
commit
64e16ecaf1
@ -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