fix: make hash link in heading not selectable (#6000)

This commit is contained in:
Jarar 2021-11-24 17:17:29 +08:00 committed by GitHub
parent 36b2220f87
commit 48fff3e66c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
opacity: 0;
padding-left: 0.5rem;
transition: opacity var(--ifm-transition-fast);
user-select: none;
}
.hash-link:before {