We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a2f73 commit 4b97e8aCopy full SHA for 4b97e8a
src/components/variant-select.js
@@ -16,7 +16,7 @@ const StyledOverlay = styled(ActionMenu.Overlay)`
16
17
const VariantItem = ({title, shortName, url, active}) => {
18
return (
19
- <ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active}>
+ <ActionList.Item state={{scrollUpdate: false}} id={shortName} active={active} tabIndex={null}>
20
<LinkNoUnderline to={url}>{title}</LinkNoUnderline>
21
</ActionList.Item>
22
)
0 commit comments