mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix: make hash link in heading not selectable (#6000)
This commit is contained in:
parent
36b2220f87
commit
48fff3e66c
|
|
@ -9,6 +9,7 @@
|
|||
opacity: 0;
|
||||
padding-left: 0.5rem;
|
||||
transition: opacity var(--ifm-transition-fast);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.hash-link:before {
|
||||
|
|
|
|||
Loading…
Reference in New Issue