[libadwaita/wip/exalm/borders: 1/5] stylesheet: Drop an unused variable




commit 32a754dc58f3f95da33c584b3df3077508ba79a8
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jun 17 20:00:04 2021 +0500

    stylesheet: Drop an unused variable

 src/stylesheet/_colors.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index e7a59b46..148fc99b 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -25,7 +25,6 @@ $fg_color: if($variant == 'light', $light_fg, $dark_fg);
 
 $borders_color: if($variant == 'light', darken($bg_color, 18%), darken($bg_color, 10%));
 $alt_borders_color: if($variant == 'light', darken($bg_color, 24%), darken($bg_color, 18%));
-$borders_edge: if($variant == 'light', transparentize(white, 0.2), transparentize($fg_color, 0.93));
 $link_color: $accent_color;
 $link_visited_color: gtkmix($accent_color, $text_color, 80%);
 $dark_fill: mix($borders_color, $bg_color, 50%);


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