Skip to content

Commit 8de5f0f

Browse files
authored
fix(theme-default): show header anchors when being focused (#164)
1 parent 3a50868 commit 8de5f0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: packages/@vuepress/theme-default/src/client/styles/_normalize.scss

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ a.header-anchor {
107107
&:hover {
108108
text-decoration: none;
109109
}
110+
111+
&:focus-visible {
112+
opacity: 1;
113+
}
110114
}
111115

112116
code,

0 commit comments

Comments
 (0)