[gnome-shell-sass] panel: Remove aggregate menu



commit 9b1ff511ea849f7f317c520f8cb74a760761b3a4
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Aug 3 06:11:33 2022 +0200

    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>

 widgets/_popovers.scss | 22 ----------------------
 1 file changed, 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]