summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-02-08 01:32:52 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-02-14 17:11:25 +0100
commit029e8e9ea70e1cba22112ed441eda49bbdbdb4aa (patch)
treecfb977beac09e9d22d00247cb9a06e78440bdecc
parent7b2528438fadf52ca56cfaac2e8f5c10ebf1063c (diff)
downloadgnome-shell-sass-029e8e9ea70e1cba22112ed441eda49bbdbdb4aa.tar.gz
quickSettings: Allow interactive slider icons
Before the move to quick settings, it was possible to mute the volume by clicking to the left of the slider. In order to re-enable that feature, allow slider icons to be interactive. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5974 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2630>
-rw-r--r--widgets/_quick-settings.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/widgets/_quick-settings.scss b/widgets/_quick-settings.scss
index 45e601f..89312b3 100644
--- a/widgets/_quick-settings.scss
+++ b/widgets/_quick-settings.scss
@@ -74,18 +74,14 @@
.quick-slider {
& > StBoxLayout { spacing: $base_padding; }
+ .icon-button { padding: $base_padding; }
+
.slider-bin {
&:focus {@include button(focus);}
min-height: 16px; // slider size
padding: $base_padding;
border-radius: 99px;
}
- .quick-toggle-icon {
- icon-size: $base_icon_size;
-
- &:ltr { margin-left: $base_padding; }
- &:rtl { margin-right: $base_padding; }
- }
}
.quick-toggle-menu {