mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +01:00
ignore prefers-reduced-motion for resize handle line delay
This commit is contained in:
parent
86d6c5cd60
commit
cb664cff41
@ -62,7 +62,10 @@
|
|||||||
}
|
}
|
||||||
&:hover .line {
|
&:hover .line {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
transition: visibility 0s var(--animation-time-s);
|
|
||||||
|
// Ignore the prefers-reduced-motion override, since we are not applying a true animation here, just a delay.
|
||||||
|
transition-property: visibility !important;
|
||||||
|
transition-delay: var(--animation-time-s) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user