[libadwaita/wip/exalm/hc-fixes: 2/2] stylesheet: Fix the focus ring opacity in HC




commit 68b28877afa3bcb5cb59c58f16f360b8917d6915
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]