Skip to content

Commit

Permalink
Text input focus, Checkbox focus are fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sk01 committed Jan 21, 2024
1 parent 4ad897f commit 69f8ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ ol {
outline: none;
}

.search-form__label:has(.search-form__textfield:focus-visible) {
.search-form__label:has(:focus-visible) {
outline: 1px solid #fff;
outline-offset: 1px;
}
Expand Down

0 comments on commit 69f8ba5

Please sign in to comment.