File tree 1 file changed +4
-6
lines changed
src/librustdoc/html/static/css
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1689,12 +1689,6 @@ instead, we check that it's not a "finger" cursor.
1689
1689
border-right : 3px solid var (--target-border-color );
1690
1690
}
1691
1691
1692
- @media not (prefers-reduced-motion) {
1693
- : target {
1694
- animation : 0.65s cubic-bezier (0 , 0 , 0.1 , 1.0 ) 0.1s targetfadein;
1695
- }
1696
- }
1697
-
1698
1692
.code-header a .tooltip {
1699
1693
color : inherit;
1700
1694
margin-right : 15px ;
@@ -1718,6 +1712,10 @@ a.tooltip:hover::after {
1718
1712
}
1719
1713
1720
1714
@media not (prefers-reduced-motion) {
1715
+ : target {
1716
+ animation : 0.65s cubic-bezier (0 , 0 , 0.1 , 1.0 ) 0.1s targetfadein;
1717
+ }
1718
+
1721
1719
/* This animation is layered onto the mistake-proofing delay for dismissing
1722
1720
a hovered tooltip, to ensure it feels responsive even with the delay.
1723
1721
*/
You can’t perform that action at this time.
0 commit comments