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 0dca946 commit 591d55bCopy full SHA for 591d55b
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