Skip to content

Commit

Permalink
fix checkbox focused state
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Aug 15, 2023
1 parent 0418a0c commit 4484b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultV2-theme/blocks/sd-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.sd-item__control:focus+.sd-item__decorator {
box-shadow: 0 0 0 2px $primary;
background: $background;
background: $question-background;
outline: none;
}

Expand Down

0 comments on commit 4484b44

Please sign in to comment.