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 395867f commit 2939221Copy full SHA for 2939221
src/components/table-of-contents.js
@@ -53,6 +53,10 @@ export const Mobile = withTableOfContents(({items}) => {
53
borderBottomWidth: open ? 1 : 0,
54
borderBottomLeftRadius: open ? 0 : 2,
55
borderBottomRightRadius: open ? 0 : 2,
56
+ '&:focus-visible': {
57
+ outline: '2px solid',
58
+ outlineColor: '-webkit-focus-ring-color',
59
+ },
60
}}
61
leadingIcon={open ? ChevronDownIcon : ChevronRightIcon}
62
>
0 commit comments