Tabindex small fix: You can now tab through all tiles, no mouse needed- nice

This commit is contained in:
Alicia Sykes 2019-09-27 20:49:19 +01:00
parent 39e3a425ce
commit 9e44dc8160
1 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,10 @@
class="toggle"
type="checkbox"
:checked="getCollapseState()"
@change="collapseChanged">
<label :for="`collapsible-${uniqueKey}`" class="lbl-toggle" tabindex="0">
@change="collapseChanged"
tabIndex="-1"
>
<label :for="`collapsible-${uniqueKey}`" class="lbl-toggle" tabindex="-1">
<h2>{{ title }}</h2>
</label>
<div class="collapsible-content">