theme: Adjust system-menu-action buttons
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/802
This commit is contained in:
parent
c1ecd304e7
commit
d142f59478
@ -1209,12 +1209,11 @@ StScrollBar {
|
|||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
background-color: $_hover_bg_color;
|
background-color: $_hover_bg_color;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
border: none;
|
|
||||||
padding: 14px;
|
|
||||||
}
|
}
|
||||||
&:active {
|
&:active {
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
|
border-color: $selected_borders_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > StIcon { icon-size: 16px; }
|
& > StIcon { icon-size: 16px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user