[gnome-shell-sass] accessibility/keyboard: Align the panelMenu button style
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] accessibility/keyboard: Align the panelMenu button style
- Date: Mon, 22 Feb 2021 23:28:07 +0000 (UTC)
commit 64e88c685320daf926576052cf27df5f9b8c8be8
Author: Razze <razzeee gmail com>
Date: Tue Feb 2 01:51:15 2021 +0100
accessibility/keyboard: Align the panelMenu button style
This get's rid of the single-indicator introduced in one of the latest
commits. This was causing the accessibility pill in the top panel
to have different padding from the keyboard layout pill.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1615>
widgets/_panel.scss | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/widgets/_panel.scss b/widgets/_panel.scss
index e751a94..bc526f0 100644
--- a/widgets/_panel.scss
+++ b/widgets/_panel.scss
@@ -72,16 +72,16 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
}
}
- // single indicator
- .single-indicator {
- margin-left: $base_margin + 3px;
- margin-right: $base_margin + 3px;
- }
-
// status area icons
.system-status-icon {
icon-size: $base_icon_size;
padding: $base_padding - 1px;
+ margin: 0 $base_margin;
+ }
+
+ .panel-status-indicators-box .system-status-icon,
+ .panel-status-menu-box .system-status-icon {
+ margin: 0;
}
// app menu icon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]