Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 74f04a5

Browse files
committed
#46 Remove tabindex for unchecked steps
1 parent 417ddd1 commit 74f04a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WizardStep.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a>
55
<div class="wizard-icon-circle md"
66
role="tab"
7-
:tabindex="tab.checked ? 0 : -1"
7+
:tabindex="tab.checked ? 0 : ''"
88
:id="tab.tabId"
99
:aria-controls="tab.title"
1010
:aria-disabled="tab.active"

0 commit comments

Comments
 (0)