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
bb48205aae
commit
c255b4d14e
@ -1158,7 +1158,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…
Reference in New Issue
Block a user