summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-01-30 17:32:39 -0300
committerFlorian Müllner <fmuellner@gnome.org>2023-02-14 17:11:24 +0100
commit96c3588b6f1a46f0819b913d3d0256346f03dfcc (patch)
treefae7af0c2744228d99d4063bc38b4b006c3e70b7
parente5975c2ff99637cf3e4732e54f6e4e692c320f58 (diff)
downloadgnome-shell-sass-96c3588b6f1a46f0819b913d3d0256346f03dfcc.tar.gz
quickSettings: Rename 'label' property to 'title'
We'll soon add a subtitle, so rename the label property to something that is a bit more semantic.Add a warning when trying to set the old 'label' property. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2619>
-rw-r--r--widgets/_quick-settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/_quick-settings.scss b/widgets/_quick-settings.scss
index 00bd69a..54d1693 100644
--- a/widgets/_quick-settings.scss
+++ b/widgets/_quick-settings.scss
@@ -30,7 +30,7 @@
&:ltr > StBoxLayout { padding-left: $base_padding*2.5; }
&:rtl > StBoxLayout { padding-right: $base_padding*2.5; }
- .quick-toggle-label { font-weight: bold; }
+ .quick-toggle-title { font-weight: bold; }
.quick-toggle-icon, .quick-toggle-arrow { icon-size: $base_icon_size; }
}