[libadwaita/wip/exalm/blue: 2/6] stylesheet: Fix infobar colors




commit a9fd28a267ed0533455576ca4cb3d78009f18f6e
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Dec 5 20:34:23 2021 +0500

    stylesheet: Fix infobar colors
    
    Consistently use _bg variants, fix text color for .error and .warning.

 src/stylesheet/widgets/_toolbars.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 32d5eb18..3e3b94f7 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -201,10 +201,11 @@ infobar {
 
   @each $i_type, $i_color in (info, $accent_bg_color),
                              (question, $accent_bg_color),
-                             (warning, $warning_color),
-                             (error, $error_color) {
+                             (warning, $warning_bg_color),
+                             (error, $error_bg_color) {
     &.#{$i_type} > revealer > box {
       background-color: gtkmix($i_color, $window_bg_color, 30%);
+      color: $window_fg_color;
     }
   }
 


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