From dcc54c041fb1c3afe999727002299ed20a28bcba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 10 Aug 2022 16:48:25 +0200 Subject: [PATCH] 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: --- data/theme/gnome-shell-sass/widgets/_quick-settings.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss index 50342434d..225ab486c 100644 --- a/data/theme/gnome-shell-sass/widgets/_quick-settings.scss +++ b/data/theme/gnome-shell-sass/widgets/_quick-settings.scss @@ -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;