We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472a1a6 commit 4d94118Copy full SHA for 4d94118
packages/docusaurus-theme-classic/src/theme/Heading/index.js
@@ -17,8 +17,8 @@ const Heading = Tag => ({id, ...props}) => {
17
}
18
return (
19
<Tag {...props}>
20
- <a aria-hidden="true" className="anchor" id={id} />
21
- <a aria-hidden="true" className="hash-link" href={`#${id}`}>
+ <a aria-hidden="true" tabIndex="-1" className="anchor" id={id} />
+ <a aria-hidden="true" tabIndex="-1" className="hash-link" href={`#${id}`}>
22
#
23
</a>
24
{props.children}
0 commit comments