mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
style: Force symbolic icons in quick settings
The icon for the Settings toggle comes from the .desktop file, so isn't symbolic by default. Enforce that via the -st-icon-style property, like the .aggregate-menu style did. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2419>
This commit is contained in:
parent
4dcae8ddd2
commit
dcc54c041f
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@
|
|||
.quick-settings-system-item {
|
||||
& > StBoxLayout { spacing: 2 * $base_padding; }
|
||||
|
||||
.icon-button > StIcon { -st-icon-style: symbolic; }
|
||||
|
||||
& .power-item {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue