Skip to content

Commit

Permalink
fix: removed focus border
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 12, 2024
1 parent c02182f commit 178b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
v-for="(tab, i) in tabs"
:key="i"
v-slot="{ selected }"
class="focus:outline-none focus:transition-none focus-visible:rounded focus-visible:ring-2 focus-visible:ring-gray-400"
class="focus:outline-none focus:transition-none"
>
<slot name="tab" v-bind="{ tab, selected }">
<button
Expand Down

0 comments on commit 178b637

Please sign in to comment.