[libadwaita/wip/exalm/borders: 21/40] stylesheet: Drop an unused variable
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borders: 21/40] stylesheet: Drop an unused variable
- Date: Mon, 26 Jul 2021 16:42:17 +0000 (UTC)
commit bb657d82abd3c2b1b0010b203adbb43fd425773e
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]