From 17f63c457c5fb590162cd07d2b1b2e1d96750b72 Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Thu, 11 Aug 2022 14:57:55 +0300 Subject: [PATCH] Fix focus on Next button in 1st verification form (chose verification) --- .../assets/css/theme/custom_contracts/_circles-theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/assets/css/theme/custom_contracts/_circles-theme.scss b/apps/block_scout_web/assets/css/theme/custom_contracts/_circles-theme.scss index f948e5bdf9..3ae71f5380 100644 --- a/apps/block_scout_web/assets/css/theme/custom_contracts/_circles-theme.scss +++ b/apps/block_scout_web/assets/css/theme/custom_contracts/_circles-theme.scss @@ -711,6 +711,7 @@ $c-dark-text-color: #8a8dba; color: $c-primary; } -.circles-theme-applied.dark-theme-applied a:hover, a:focus { +.circles-theme-applied.dark-theme-applied a:hover, +.circles-theme-applied.dark-theme-applied a:focus { color: $c-primary; } \ No newline at end of file