summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-08-10 16:48:25 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 19:53:21 +0200
commit5177db2924faf52de23b6fdf2a018e8dea8e3c90 (patch)
tree596fa0dc9276f42ed35f0cd8526fc93bd7635a39
parent9511fd9b50a719b793d09a80e26f0148a965b699 (diff)
downloadgnome-shell-sass-5177db2924faf52de23b6fdf2a018e8dea8e3c90.tar.gz
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>
-rw-r--r--widgets/_quick-settings.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/_quick-settings.scss b/widgets/_quick-settings.scss
index 5034243..225ab48 100644
--- a/widgets/_quick-settings.scss
+++ b/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;