Skip to content

Commit

Permalink
fix: (CXSPA-8077) - Disable visible focus on main element (#19113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar authored Aug 12, 2024
1 parent f7d37b7 commit 1cf2f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/storefrontstyles/scss/cxbase/blocks/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,10 @@ input[type='radio'] {
}
}

:focus {
:focus:not(main) {
@include visible-focus();
}

.form-control,
input {
&:focus {
Expand Down

0 comments on commit 1cf2f95

Please sign in to comment.