mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: Prominent hover for buttons
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5765
This commit is contained in:
parent
3fbf41ea74
commit
37ff32e67d
1 changed files with 3 additions and 3 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue