Adwaita: Make error/warning entry focus more subtle

Add 50% alpha to it like to the main focus color.
This commit is contained in:
Alexander Mikhaylenko
2020-05-06 20:21:56 +05:00
parent b32519966f
commit 40926a28ee

View File

@@ -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); }