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
2 changed files with 0 additions and 9 deletions
|
@ -32,11 +32,3 @@
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-js {
|
|
||||||
|
|
||||||
.vjs-bezel-content {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
@ -185,7 +185,6 @@ body {
|
||||||
|
|
||||||
.vjs-play-progress {
|
.vjs-play-progress {
|
||||||
background: var(--embedForegroundColor);
|
background: var(--embedForegroundColor);
|
||||||
transition: all .2s ease 0s;
|
|
||||||
|
|
||||||
// Not display the circle if the progress is not hovered
|
// Not display the circle if the progress is not hovered
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Reference in a new issue