mirror of https://github.com/Chocobozzz/PeerTube
Remove progress bar transition
Causes some issues when we use the mouse to update play positionpull/2456/head
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