mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
Tabindex small fix: You can now tab through all tiles, no mouse needed- nice
This commit is contained in:
parent
39e3a425ce
commit
9e44dc8160
@ -5,8 +5,10 @@
|
|||||||
class="toggle"
|
class="toggle"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
:checked="getCollapseState()"
|
:checked="getCollapseState()"
|
||||||
@change="collapseChanged">
|
@change="collapseChanged"
|
||||||
<label :for="`collapsible-${uniqueKey}`" class="lbl-toggle" tabindex="0">
|
tabIndex="-1"
|
||||||
|
>
|
||||||
|
<label :for="`collapsible-${uniqueKey}`" class="lbl-toggle" tabindex="-1">
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
</label>
|
</label>
|
||||||
<div class="collapsible-content">
|
<div class="collapsible-content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user