summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-08-03 06:11:33 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 19:53:21 +0200
commit9b1ff511ea849f7f317c520f8cb74a760761b3a4 (patch)
tree2e3d11f0b9f0cad4d793a7be97a76499b9943409
parent5177db2924faf52de23b6fdf2a018e8dea8e3c90 (diff)
downloadgnome-shell-sass-9b1ff511ea849f7f317c520f8cb74a760761b3a4.tar.gz
panel: Remove aggregate menu
The menu has served us well over the years, but it is finally time to retire it. τετέλεσται Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2408>
-rw-r--r--widgets/_popovers.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/widgets/_popovers.scss b/widgets/_popovers.scss
index 3b1d5ed..138a4fc 100644
--- a/widgets/_popovers.scss
+++ b/widgets/_popovers.scss
@@ -164,28 +164,6 @@
-arrow-rise: 0px; // hide the beak on the menu
}
-// system status menu
-.aggregate-menu {
- min-width: 22em;
-
- // this is unneeded at the top-level in this menu, hide it
- .popup-menu-ornament { width: 0 !important; }
-
- // lock screen, shutdown, etc. buttons
- .popup-menu-icon {
- -st-icon-style: symbolic;
- &:ltr {margin-right: $base_margin*2;}
- &:rtl {margin-left: $base_margin*2;}
- }
-
- // account for ornaments in submenus with padding
- .popup-sub-menu .popup-menu-item > :first-child {
- // this value is hardcoded for visual effect
- &:ltr { margin-left: 1em;}
- &:rtl { margin-right: 1em;}
- }
-}
-
// right-click (and panel) app menu
.app-menu {
max-width: 27.25em;