[libadwaita/wip/exalm/lists-style: 49/57] stylesheet: Tone down selected menu item style for dark
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/lists-style: 49/57] stylesheet: Tone down selected menu item style for dark
- Date: Mon, 17 May 2021 20:36:20 +0000 (UTC)
commit 171a2423c3b4464214414887e9e0a3150f4340b7
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]