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.
2 parents 60b05d7 + 4bc07d4 commit b43560fCopy full SHA for b43560f
examples/nextra/package.json
@@ -9,10 +9,11 @@
9
},
10
"dependencies": {
11
"@code-hike/mdx": "^0.8.2",
12
- "next": "13.1.2",
13
- "nextra": "2.2.3",
14
- "nextra-theme-docs": "2.2.3",
+ "next": "13.3.4",
+ "nextra": "2.4.2",
+ "nextra-theme-docs": "2.4.2",
15
"react": "^18.1.0",
16
- "react-dom": "^18.1.0"
+ "react-dom": "^18.1.0",
17
+ "shiki": "^0.10.1"
18
}
19
packages/mdx/src/utils/mixins.scss
@@ -8,5 +8,8 @@
8
padding: 0;
border: none;
font-size: inherit;
- outline-color: currentColor;
+
+ &:focus-visible {
+ outline-color: currentColor;
+ }
0 commit comments