[libadwaita/wip/exalm/hc-fixes: 8/8] stylesheet: Fix the focus ring opacity in HC
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/hc-fixes: 8/8] stylesheet: Fix the focus ring opacity in HC
- Date: Mon, 21 Jun 2021 09:54:18 +0000 (UTC)
commit 6e75a1fddb4362bde0a2cc5778193bf11db61bab
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Jun 17 19:52:54 2021 +0500
stylesheet: Fix the focus ring opacity in HC
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 4eb7c3c7..512600fa 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -100,7 +100,7 @@ $dim_label_opacity: 0.55;
$insensitive_borders_color: mix($borders_color, $bg_color, 80%);
//focus rings
- $focus_border_color: gtkalpha($accent_color, 0.2);
+ $focus_border_color: gtkalpha($accent_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]