mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 13:22:26 +02:00
Remove animation on anchor hover (#156)
This commit is contained in:
parent
3fe1b7e0d4
commit
65a5e02ec2
1 changed files with 2 additions and 0 deletions
|
@ -90,9 +90,11 @@ h2:hover a.hash-link,
|
||||||
h3:hover a.hash-link,
|
h3:hover a.hash-link,
|
||||||
h4:hover a.hash-link {
|
h4:hover a.hash-link {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
a.hash-link:hover {
|
a.hash-link:hover {
|
||||||
opacity: 1!important;
|
opacity: 1!important;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue