[libadwaita/wip/exalm/fixes: 2/4] stylesheet: Fix view switcher dot color




commit 9cb512c86488a1b29cfe7a9d0fc5162ecd860da4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sat Aug 27 00:00:48 2022 +0400

    stylesheet: Fix view switcher dot color
    
    It should be accent_color, not accent_bg_color.

 src/stylesheet/widgets/_view-switcher.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index 8720b59e..881379cf 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -92,6 +92,10 @@ indicatorbin {
   }
 
   &.needs-attention > indicator {
+    background: $accent_color;
+  }
+
+  &.needs-attention.badge > indicator {
     background: $accent_bg_color;
 
     > label { color: $accent_fg_color; }


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