[gtk/wip/exalm/focus-entries2: 8/8] Adwaita: Make error/warning entry focus more subtle



commit 60ce63a122e4593d2d51eb436cdaa823f4d3db38
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed May 6 20:21:56 2020 +0500

    Adwaita: Make error/warning entry focus more subtle
    
    Add 50% alpha to it like to the main focus color.

 gtk/theme/Adwaita/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 12028f6027..d70378280e 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -342,7 +342,7 @@ entry {
       &.#{$e_type} {
         color: $e_color;
 
-        @include focus-ring($within: true, $fc: $e_color);
+        @include focus-ring($within: true, $fc: transparentize($e_color, 0.5));
 
         &:focus-within { @include entry(focus, $e_color); }
 


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