From: Chocobozzz Date: Mon, 3 Feb 2020 09:40:24 +0000 (+0100) Subject: Remove progress bar transition X-Git-Tag: v2.2.0-rc.1~558 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6ebf0cac4ecacd672805e94b76541e569d42153;p=oweals%2Fpeertube.git Remove progress bar transition Causes some issues when we use the mouse to update play position --- diff --git a/client/src/sass/player/bezels.scss b/client/src/sass/player/bezels.scss index ff3448511..853a030a3 100644 --- a/client/src/sass/player/bezels.scss +++ b/client/src/sass/player/bezels.scss @@ -32,11 +32,3 @@ fill: #fff; } } - -.video-js { - - .vjs-bezel-content { - - } - -} diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 41e2a535c..e80853861 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -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 {