diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-03 10:40:24 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-03 10:40:24 +0100 |
commit | d6ebf0cac4ecacd672805e94b76541e569d42153 (patch) | |
tree | c22afb9da75f7bcf050aa77db951d206f4e48225 /client/src/sass | |
parent | b42f9c400e7b677046ab0034a3cf7aaaa73ecb6d (diff) | |
download | PeerTube-d6ebf0cac4ecacd672805e94b76541e569d42153.tar.gz PeerTube-d6ebf0cac4ecacd672805e94b76541e569d42153.tar.zst PeerTube-d6ebf0cac4ecacd672805e94b76541e569d42153.zip |
Remove progress bar transition
Causes some issues when we use the mouse to update play position
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/bezels.scss | 8 | ||||
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 1 |
2 files changed, 0 insertions, 9 deletions
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 @@ | |||
32 | fill: #fff; | 32 | fill: #fff; |
33 | } | 33 | } |
34 | } | 34 | } |
35 | |||
36 | .video-js { | ||
37 | |||
38 | .vjs-bezel-content { | ||
39 | |||
40 | } | ||
41 | |||
42 | } | ||
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 { | |||
185 | 185 | ||
186 | .vjs-play-progress { | 186 | .vjs-play-progress { |
187 | background: var(--embedForegroundColor); | 187 | background: var(--embedForegroundColor); |
188 | transition: all .2s ease 0s; | ||
189 | 188 | ||
190 | // Not display the circle if the progress is not hovered | 189 | // Not display the circle if the progress is not hovered |
191 | &::before { | 190 | &::before { |