[gnome-shell/wip/snwh/style-updates] theme: popover submenu hover change



commit fe679a8f71d9efe5b3a86b7a6198cddcffbae61c
Author: Sam Hewitt <sam snwh org>
Date:   Wed Jan 5 17:11:41 2022 -0330

    theme: popover submenu hover change

 data/theme/gnome-shell-sass/widgets/_popovers.scss | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index beb674fc76..7a88e305d4 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -121,12 +121,12 @@
   border:none;
   border-radius: 0 0 $base_border_radius $base_border_radius;
   padding: 0;
-  padding-bottom: $base_padding;
   margin-top: 0;
-
   &:active {
     background-color: transparent;
   }
+
+  
   
   .popup-menu-ornament {
     min-width: 14px !important;
@@ -136,6 +136,10 @@
     margin: 0;
     border-radius: 0;
     padding: $base_padding*1.5 $base_padding*2;
+
+    &:last-child:hover{
+      border-radius: 0 0 $base_border_radius $base_border_radius;
+    }
   }
 
   .popup-separator-menu-item {


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