[libadwaita/wip/exalm/recoloring-fixes: 22/32] stylesheet: Explicitly set color in popovers




commit 3de9c86c450aa82e8818a5cacf49121b0c0fdad3
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 1 16:33:00 2021 +0500

    stylesheet: Explicitly set color in popovers
    
    Don't mix base color and fg color.

 src/stylesheet/widgets/_popovers.scss | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/stylesheet/widgets/_popovers.scss b/src/stylesheet/widgets/_popovers.scss
index 99d5c412..58ee6907 100644
--- a/src/stylesheet/widgets/_popovers.scss
+++ b/src/stylesheet/widgets/_popovers.scss
@@ -7,6 +7,7 @@ popover.background {
     $_popover_border: if($variant=='light', transparentize(black, 0.77), transparentize(black, 0.25));
 
     background-color: $menu_color;
+    color: $text_color;
     background-clip: padding-box;
     border: 1px solid $_popover_border;
     box-shadow: 0 1px 2px transparentize(black, 0.7);


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