mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix resize handle transition timing
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
}
|
||||
&:hover .line {
|
||||
visibility: visible;
|
||||
transition: visibility calc(var(--animation-time-s) * 2) var(--animation-time-s);
|
||||
transition: visibility 0s var(--animation-time-s);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user