[libadwaita/wip/exalm/stylesheet-cleanups: 4/6] stylesheet: Drop $top_hilight




commit ace8537f2633a2fa6523d3e7813e9853106620ca
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 20 22:51:37 2021 +0500

    stylesheet: Drop $top_hilight
    
    It's unused.

 src/stylesheet/_colors.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 13279e4d..d0779959 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -14,7 +14,6 @@ $alt_borders_color: if($variant == 'light', darken($bg_color, 24%), darken($bg_c
 $borders_edge: if($variant == 'light', transparentize(white, 0.2), transparentize($fg_color, 0.93));
 $link_color: if($variant == 'light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 20%));
 $link_visited_color: if($variant == 'light', darken($selected_bg_color, 20%), lighten($selected_bg_color, 
10%));
-$top_hilight: $borders_edge;
 $dark_fill: mix($borders_color, $bg_color, 50%);
 $headerbar_bg_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
 $menu_color: $base_color;


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