mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 21:09:17 -06:00
Remove progress bar transition
Causes some issues when we use the mouse to update play position
This commit is contained in:
parent
b42f9c400e
commit
d6ebf0cac4
@ -32,11 +32,3 @@
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.video-js {
|
||||
|
||||
.vjs-bezel-content {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -185,7 +185,6 @@ body {
|
||||
|
||||
.vjs-play-progress {
|
||||
background: var(--embedForegroundColor);
|
||||
transition: all .2s ease 0s;
|
||||
|
||||
// Not display the circle if the progress is not hovered
|
||||
&::before {
|
||||
|
Loading…
Reference in New Issue
Block a user