Gnome-Shell: fix icon color in quick settings using light theme
This commit is contained in:
parent
478146e9d3
commit
3a84641e2f
@ -134,6 +134,14 @@ $dialog_box_shadow: 0 2px 6px -2px transparentize(black, .8);
|
|||||||
.datemenu-today-button {
|
.datemenu-today-button {
|
||||||
&:insensitive { color: inherit; }
|
&:insensitive { color: inherit; }
|
||||||
}
|
}
|
||||||
|
/* Quick Settings */
|
||||||
|
.quick-toggle-menu {
|
||||||
|
& .header {
|
||||||
|
& .icon {
|
||||||
|
&.active { color: $selected_fg_color; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Search */
|
/* Search */
|
||||||
// search entry
|
// search entry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user