Skip to content

Commit 505a4f8

Browse files
authored
feat(theme): headings anchor should not be selectable (#1701)
1 parent 421e5ce commit 505a4f8

File tree

1 file changed

+1
-0
lines changed
  • src/client/theme-default/styles/components

1 file changed

+1
-0
lines changed

src/client/theme-default/styles/components/vp-doc.css

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
margin-left: -0.87em;
4141
padding-right: 0.23em;
4242
font-weight: 500;
43+
user-select: none;
4344
opacity: 0;
4445
transition: color 0.25s, opacity 0.25s;
4546
}

0 commit comments

Comments
 (0)