Remove progress bar transition
authorChocobozzz <me@florianbigard.com>
Mon, 3 Feb 2020 09:40:24 +0000 (10:40 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 3 Feb 2020 09:40:24 +0000 (10:40 +0100)
Causes some issues when we use the mouse to update play position

client/src/sass/player/bezels.scss
client/src/sass/player/peertube-skin.scss

index ff3448511d0bb97609337f29e5968be75795e4cf..853a030a331e97be322f4af82ebbb7eb075adb04 100644 (file)
     fill: #fff;
   }
 }
-
-.video-js {
-
-  .vjs-bezel-content {
-
-  }
-
-}
index 41e2a535cfa7f30b8ae16a2838caf837e0a7e006..e808538611fab7e5d1a1616c53b089c0cf6d8fdc 100644 (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 {