mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +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 {
|
||||
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