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:
Joonas Henriksson 2019-11-23 12:50:27 +02:00 committed by Florian Müllner
parent 9476c9c4ca
commit a9fa4cc49e

View File

@ -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%); }
}