Skip to content

Commit c28a14d

Browse files
committed
Revert "fix: add tabIndex to VariantItem for improved accessibility"
This reverts commit fbe09ce.
1 parent fbe09ce commit c28a14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/variant-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const StyledOverlay = styled(ActionMenu.Overlay)`
1616

1717
const VariantItem = ({title, shortName, url, active}) => {
1818
return (
19-
<ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active} tabIndex={false}>
19+
<ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active}>
2020
<LinkNoUnderline to={url}>{title}</LinkNoUnderline>
2121
</ActionList.Item>
2222
)

0 commit comments

Comments
 (0)