Skip to content

Commit 5020fc1

Browse files
ramiymeteorlxy
andauthoredJul 11, 2022
fix(theme-default): make headings anchor non-selectable (#973)
Co-authored-by: meteorlxy <meteor.lxy@foxmail.com>
1 parent 6056e37 commit 5020fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/@vuepress/theme-default/src/client/styles/normalize.scss

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ a.header-anchor {
129129
padding-right: 0.23em;
130130
margin-top: 0.125em;
131131
opacity: 0;
132+
user-select: none;
132133

133134
&:hover {
134135
text-decoration: none;

0 commit comments

Comments
 (0)
Please sign in to comment.