Skip to content

Commit

Permalink
fix(ui): wrong tabindex usage 2 (elk-zone#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored and shuuji3 committed Feb 29, 2024
1 parent 1bc936a commit 1871d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusFavouritedBoostedBy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down

0 comments on commit 1871d7a

Please sign in to comment.