[libadwaita/wip/exalm/background-colors2: 8/18] stylesheet: Don't explicitly set menu colors




commit 26f97ee411ce3b2ceafdc8ac08b966484513715e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 1 16:03:39 2021 +0500

    stylesheet: Don't explicitly set menu colors
    
    Popover already sets them.

 src/stylesheet/widgets/_menus.scss | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/src/stylesheet/widgets/_menus.scss b/src/stylesheet/widgets/_menus.scss
index 6bc4174d..aedb5606 100644
--- a/src/stylesheet/widgets/_menus.scss
+++ b/src/stylesheet/widgets/_menus.scss
@@ -40,14 +40,9 @@ popover.menu {
     }
   }
 
-  & > arrow,
   &.background > contents {
-    background-color: $menu_color;
-    color: $text_color;
     padding: 0;
-  }
 
-  &.background > contents {
     &, > scrolledwindow > viewport {
       > stack > box {
         padding: $menu-margin;


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