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:
Kane York
2020-04-16 12:01:11 -07:00
committed by GitHub
parent 6e1a33b744
commit 0fccea3762
2 changed files with 15 additions and 8 deletions
@@ -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}}