[gnome-shell/wip/snwh/style-updates: 95/100] theme: popover submenu style adjustements




commit 92312ee42e186b3d7390677c89ac8b1e2e9b3603
Author: Sam Hewitt <sam snwh org>
Date:   Tue Jan 4 09:49:40 2022 -0330

    theme: popover submenu style adjustements

 data/theme/gnome-shell-sass/widgets/_popovers.scss | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index 372d5841da..66282ee9b7 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -121,7 +121,8 @@
   background-color: $active_bg_color;
   border:none;
   border-radius: 0 0 $base_border_radius $base_border_radius;
-  padding: 3px 4px;
+  padding: 0;
+  padding-bottom: $base_padding;
   margin-top: 0;
 
   &:active {
@@ -129,12 +130,13 @@
   }
   
   .popup-menu-ornament {
-    min-width: 6px !important;
+    min-width: 8px !important;
   }
 
   .popup-menu-item {
-    border-radius: $base_border_radius - 3px;
-    padding: 5px;
+    margin: 0;
+    border-radius: 0;
+    padding: $base_padding;
   }
 
   .popup-separator-menu-item {


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