[libadwaita/wip/exalm/background-colors: 61/64] stylesheet: Use accent_color for needs attention indicator




commit 4c834e8f8039874861f9165a9fb1430b14be2919
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Oct 18 13:27:31 2021 +0500

    stylesheet: Use accent_color for needs attention indicator
    
    accent_bg_color is not right here.

 src/stylesheet/_common.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index ee41361a..ae193d46 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -81,8 +81,8 @@ expander-widget {
 }
 
 @keyframes needs_attention {
-  from { background-image: radial-gradient(farthest-side, $accent_bg_color 0%, transparent 0%); }
-  to { background-image: radial-gradient(farthest-side, $accent_bg_color 95%, transparent); }
+  from { background-image: radial-gradient(farthest-side, $accent_color 0%, transparent 0%); }
+  to { background-image: radial-gradient(farthest-side, $accent_color 95%, transparent); }
 }
 
 %needs_attention {
@@ -90,7 +90,7 @@ expander-widget {
   // simulates the shadow labels and icons normally have in buttons.
   animation: needs_attention 150ms ease-in;
 
-  background-image: radial-gradient(farthest-side, $accent_bg_color 96%, transparent);
+  background-image: radial-gradient(farthest-side, $accent_color 96%, transparent);
   background-size: 6px 6px;
   background-repeat: no-repeat;
 


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