[libadwaita/wip/exalm/indicator-fix: 17/17] stylesheet: Don't hardcode view switcher indicator color




commit 15a0e082e2340117c97a42d1ee5b3bc7ab622940
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 16 18:28:26 2021 +0500

    stylesheet: Don't hardcode view switcher indicator color

 src/stylesheet/widgets/_view-switcher.scss | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index 08d6cf33..b3f64aee 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -69,9 +69,7 @@ indicatorbin {
   > mask { padding: 1px; }
 
   > indicator, > mask {
-    $_indicator_color: #3584e4;
-
-    background: $_indicator_color;
+    background: $accent_color;
     min-width: 6px;
     min-height: 6px;
     border-radius: 100%;


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