mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
ignore prefers-reduced-motion for resize handle line delay
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user