theme: Prominent hover for buttons

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5765
This commit is contained in:
Jakub Steiner 2022-08-22 11:13:54 +00:00
parent 3fbf41ea74
commit 37ff32e67d

View file

@ -172,7 +172,7 @@
// hover button
@else if $t==hover {
color: $tc;
background-color: lighten($button_bg_color, 3%);
background-color: lighten($button_bg_color, 6%);
}
// active button
@ -203,8 +203,8 @@
box-shadow: inset 0 0 0 2px lighten($selected_bg_color, 10%);
}
&:hover, &:focus {
background-color: lighten($selected_bg_color, 5%);
color: lighten($selected_fg_color, 5%);
background-color: lighten($selected_bg_color, 10%);
color: lighten($selected_fg_color, 10%);
}
&:active {
background-color: darken($selected_bg_color, 7%);