[libadwaita/wip/exalm/background-colors: 17/20] stylesheet: Drop $alt_focus_border_color




commit d631d5603f182a4bcc9347f1b1b585d1dc9ccfc9
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Oct 18 19:51:32 2021 +0500

    stylesheet: Drop $alt_focus_border_color
    
    It's unused.

 src/stylesheet/_colors.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 3c216e3c..13ffd08d 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -71,7 +71,6 @@ $drop_target_color: $accent_bg_color;
 
 //special cased widget colors
 $focus_border_color:  gtkalpha($accent_bg_color, 0.5);
-$alt_focus_border_color: if($variant == 'light', transparentize(white, 0.2), transparentize(white,0.7));
 $dim_label_opacity: 0.55;
 
 // High Contrast color overrides
@@ -81,7 +80,6 @@ $dim_label_opacity: 0.55;
 
   //focus rings
   $focus_border_color: gtkalpha($accent_bg_color, 0.8);
-  $alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
 
   $dim_label_opacity: 0.9;
 


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