Skip to content

Commit

Permalink
chore: fix sonar error in configurator-attribute-focus (#19881)
Browse files Browse the repository at this point in the history
Co-authored-by: Radhep Sabapathipillai <[email protected]>
  • Loading branch information
kpawelczak and RadhepS authored Jan 22, 2025
1 parent ad05ba3 commit ac7a0c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.form-check {
input {
&:focus {
outline-width: var(--cx-visual-focus-width, 2px);
outline: 2px auto var(--cx-color-visual-focus);
outline: var(--cx-visual-focus-width, 2px) auto
var(--cx-color-visual-focus);
outline-style: solid;
outline-color: var(--cx-color-visual-focus);
outline-offset: 4px;
Expand Down

0 comments on commit ac7a0c9

Please sign in to comment.