FIX: Keyboard navigation fixes in setup wizard (#9413)
- Delete a positive tabindex from a reused component - Copy :hover styles to :focus - Replace an 'outline: 0' rule with a TODO for a custom :focus style Discovered while fixing the no-positive-tabindex lint.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="radio-area">
|
||||
<input type="radio" name={{label}} tabindex="9">
|
||||
<input type="radio" name={{label}}>
|
||||
<span class="radio-label">
|
||||
{{#if icon}}
|
||||
{{d-icon icon}}
|
||||
|
||||
Reference in New Issue
Block a user