mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-19 19:22:28 +02:00
fix: make hash link in heading not selectable (#6000)
This commit is contained in:
parent
36b2220f87
commit
48fff3e66c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
opacity: 0;
|
||||
padding-left: 0.5rem;
|
||||
transition: opacity var(--ifm-transition-fast);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.hash-link:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue