Remove progress bar transition

Causes some issues when we use the mouse to update play position
pull/2456/head
Chocobozzz 2020-02-03 10:40:24 +01:00
parent b42f9c400e
commit d6ebf0cac4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 0 additions and 9 deletions

View File

@ -32,11 +32,3 @@
fill: #fff;
}
}
.video-js {
.vjs-bezel-content {
}
}

View File

@ -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 {