diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 5e8342f864..d9d7371806 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); }