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:
Florian Müllner 2022-08-10 16:48:25 +02:00 committed by Marge Bot
parent 4dcae8ddd2
commit dcc54c041f

View File

@ -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;