theme: Adjust system-menu-action buttons

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/802
This commit is contained in:
monday 2019-11-02 07:57:10 +00:00 committed by Florian Müllner
parent c1ecd304e7
commit d142f59478

View File

@ -1209,12 +1209,11 @@ StScrollBar {
&:hover, &:focus {
background-color: $_hover_bg_color;
color: $fg_color;
border: none;
padding: 14px;
}
&:active {
background-color: $selected_bg_color;
color: $selected_fg_color;
border-color: $selected_borders_color;
}
& > StIcon { icon-size: 16px; }