[libadwaita/wip/exalm/recoloring-checks: 4/4] stylesheet: Remove fill hover/active colors




commit 0670704151664b857be61999b4d003c1b929b05b
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 22 13:05:25 2021 +0500

    stylesheet: Remove fill hover/active colors
    
    We don't use these anywhere anymore.

 src/stylesheet/_colors.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 6226ee50..8a50ae7c 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -61,8 +61,6 @@ $trough_active_color: gtkalpha(currentColor, .25);
 
 $fill_color: $accent_bg_color;
 $fill_text_color: $accent_fg_color;
-$fill_hover_color: gtkmix($accent_bg_color, currentColor, 90%);
-$fill_active_color: gtkmix($accent_bg_color, black, 80%);
 
 $slider_color: gtkmix(white, $view_bg_color, 80%);
 $slider_hover_color: white;


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