[libadwaita/wip/exalm/lists-style: 1/9] stylesheet: Tone down selected menu item style for dark




commit caaa9656d947313e929df5e434ad0dcd41f121c6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon May 17 15:20:20 2021 +0500

    stylesheet: Tone down selected menu item style for dark
    
    Make it match light instead.

 src/stylesheet/_colors.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index b7a6a99f..93af95e7 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -21,7 +21,7 @@ $menu_color: $base_color;
 $menu_hover_color: transparentize($text_color, .93);
 $menu_selected_color: transparentize($text_color, .9);
 $menu_selected_hover_color: transparentize($text_color, .87);
-$menu_active_color: if($variant == 'light', transparentize(black, .85), transparentize(black, .1));
+$menu_active_color: transparentize(black, .85);
 
 $scrollbar_bg_color: if($variant == 'light', mix($bg_color, $fg_color, 80%), mix($base_color, $bg_color, 
50%));
 $scrollbar_slider_color: mix($fg_color, $bg_color, 60%);


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