[libadwaita/wip/exalm/stylesheet-cleanups: 7/13] stylesheet: Drop $top_hilight
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet-cleanups: 7/13] stylesheet: Drop $top_hilight
- Date: Fri, 21 May 2021 12:05:06 +0000 (UTC)
commit 4aa45c0ff8667c22d7737889b8022ce903153d87
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 be558390..1c974dc3 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]