Skip to content

Commit 262ae16

Browse files
committed
fix: address a11y issue raised in
1 parent eb29f60 commit 262ae16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/components/cv-tabs/cv-tabs.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
},
4545
]"
4646
role="presentation"
47-
:aria-selected="selectedId == tab.uid ? 'true' : 'false'"
48-
:aria-disabled="disabledTabs.indexOf(tab.uid) !== -1"
4947
>
5048
<button
5149
:class="`${carbonPrefix}--tabs--scrollable__nav-link`"

0 commit comments

Comments
 (0)