mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: Darken hovered message-media-control button
Increases contrast between normal and hovered states in message-media-control buttons. Previously there was very little difference between the two states, making it hard to distinguish whether the mouse cursor was over the button. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/855
This commit is contained in:
parent
9476c9c4ca
commit
a9fa4cc49e
1 changed files with 1 additions and 1 deletions
|
|
@ -1159,7 +1159,7 @@ StScrollBar {
|
|||
|
||||
&:last-child:ltr { padding-right: 18px; }
|
||||
&:last-child:rtl { padding-left: 18px; }
|
||||
&:hover { color: $fg_color; }
|
||||
&:hover { color: darken($fg_color, 10%) }
|
||||
&:insensitive { color: darken($fg_color,40%); }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue