Remove tabindex.
This commit is contained in:
parent
9e9254b85d
commit
7d4703666e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
class="row vin-toggle flex align-items-center pt-4"
|
||||
:class="[isExpanded ? 'expanded' : '']"
|
||||
@click="toggleIsExpanded()">
|
||||
<a href="#!" tabindex="0" class="col d-flex justify-content-between py-0">
|
||||
<a href="#!" class="col d-flex justify-content-between py-0">
|
||||
<span class="label">{{ amountDueText }}</span>
|
||||
<span class="label amount-due">{{ getFormattedAmount("", amountDue) }}</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue