Skip to content

Commit 8785747

Browse files
authored
Make header links non-selectable (#602)
1 parent 0c77b6d commit 8785747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pydata_sphinx_theme/assets/styles/_base.scss

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ a {
4141
margin-left: 0.2em;
4242
text-decoration: none;
4343
transition: all 0.3s ease-out;
44+
user-select: none;
4445

4546
&:hover {
4647
opacity: 1;

0 commit comments

Comments
 (0)