Skip to content

Commit 50d4d80

Browse files
committed
fix keyboard navigation
1 parent 17c045e commit 50d4d80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/styles/components/_preferences.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ input[type="number"]::-webkit-outer-spin-button {
204204
font-weight: bold;
205205
}
206206
}
207+
.preference__radio-button:focus-visible + .preference__option {
208+
outline: 2px solid #3B99FC;
209+
outline-offset: 2px;
210+
border-radius: 4px;
211+
}
207212

208213
.preference--hidden {
209214
@extend %hidden-element;

0 commit comments

Comments
 (0)