Skip to content

Commit

Permalink
fix(VCard): remove tab focus when disabled
Browse files Browse the repository at this point in the history
closes #16110
  • Loading branch information
nekosaur committed Nov 17, 2022
1 parent 8a758e6 commit 0016d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VCard/VCard.tsx
Expand Up @@ -128,6 +128,7 @@ export const VCard = defineComponent({
href={ link.href.value }
onClick={ isClickable.value && link.navigate }
v-ripple={ isClickable.value }
tabindex={ props.disabled ? -1 : undefined }
>
{ hasImage && (
<VDefaultsProvider
Expand Down

0 comments on commit 0016d13

Please sign in to comment.