Fix focus on Next button in 1st verification form (chose verification)

pull/5860/head
Viktor Baranov 2 years ago
parent 3d33e0704c
commit 17f63c457c
  1. 3
      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;
}
Loading…
Cancel
Save