[gtk/wip/baedert/for-master: 15/15] Adwaita: Fix hovering modelbutton arrows



commit d80075048ff9327aa4f74035160cb5d7fbf37024
Author: Timm Bäder <mail baedert org>
Date:   Sat Aug 10 19:50:17 2019 +0200

    Adwaita: Fix hovering modelbutton arrows
    
    This CSS snippet was supposed to only recolor the popover arrow but
    ended up also recoloring the > arrow on modelbuttons that show a
    submenu. Make the selector more specific.

 gtk/theme/Adwaita/_common.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index d1bcbb31a9..15bdc8faaf 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4780,8 +4780,8 @@ popover.menu {
     padding-bottom: 5px;
   }
 
-  arrow,
-  &.background contents {
+  & > arrow,
+  &.background > contents {
     background-color: $menu_color;
   }
 


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