mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:49:23 +02:00
Fixed some tabbing issues
This commit is contained in:
parent
8b0ce6ad33
commit
e4b0a6a457
3 changed files with 2 additions and 4 deletions
|
@ -89,7 +89,6 @@
|
|||
<tr
|
||||
:id="'queue-item-' + index"
|
||||
role="button"
|
||||
tabindex="0"
|
||||
v-if="track.sources.length > 0"
|
||||
:key="index"
|
||||
:class="[{active: index === currentIndex}]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue