Skip to content

Commit d570bdd

Browse files
committed
[design] improve style guide tab index
1 parent 5c4a049 commit d570bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/style-guide.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</div>
5151
<divclass="input-wrap">
5252
<labelfor="radius" class="style-guide-control">Radius</label>
53-
<inputid="radius" class="style-guide-control radius" type="range" min="0" max="500" value="0" step="20" tabindex="-1">
53+
<inputid="radius" class="style-guide-control radius" type="range" min="0" max="500" value="0" step="20" tabindex="1">
5454
</div>
5555
<hr>
5656
<divclass="button-wrap form-inline">

0 commit comments

Comments
(0)