From 029e8e9ea70e1cba22112ed441eda49bbdbdb4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 8 Feb 2023 01:32:52 +0100 Subject: 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: --- widgets/_quick-settings.scss | 8 ++------ 1 file 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 { -- cgit v1.2.1