1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-27 14:28:10 +09:00

fix(ui): wrong tabindex usage 2 (#2617)

This commit is contained in:
Joaquín Sánchez 2024-02-24 19:23:37 +01:00 committed by GitHub
parent 913e2892f7
commit 6b40319723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ const tabs = [
>
<div
relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all
tabindex="1"
tabindex="0"
hover:bg-active transition-100
@click="option.onClick"
>