[gnome-shell-sass] theme: Don't apply inconsistent hover style to menu items in submenus



commit 1f18c33e2a124dd0f02fb4032348581aed07747d
Author: nana-4 <hnmaigo gmail com>
Date:   Mon Jan 13 00:06:18 2020 +0900

    theme: Don't apply inconsistent hover style to menu items in submenus
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/2088

 widgets/_popovers.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/widgets/_popovers.scss b/widgets/_popovers.scss
index 6b70801..f0c87e1 100644
--- a/widgets/_popovers.scss
+++ b/widgets/_popovers.scss
@@ -73,8 +73,6 @@ $popover_arrow_height: 12px;
   box-shadow: none;
   border-top: 1px solid transparentize($borders_color, 0.2);
   border-bottom: 1px solid transparentize($borders_color, 0.2);
-
-  .popup-menu-item:hover {background-color: darken($bg_color, 7%);}
 }
 
 // container for radio and check boxes


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