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




commit 5cc40c31dcd2c7d70cc5ed097a3bc14e7ba4ee86
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 a4843f61..bd0d9b22 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -62,8 +62,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]