2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-17 05:59:37 +03:00

#46 Remove tabindex for unchecked steps

This commit is contained in:
cristijora
2017-09-27 19:24:58 +03:00
parent 417ddd1689
commit 74f04a52b2
+1 -1
View File
@@ -4,7 +4,7 @@
<a>
<div class="wizard-icon-circle md"
role="tab"
:tabindex="tab.checked ? 0 : -1"
:tabindex="tab.checked ? 0 : ''"
:id="tab.tabId"
:aria-controls="tab.title"
:aria-disabled="tab.active"