diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index e80853861..41e2a535c 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -185,6 +185,7 @@ 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; | ||
188 | 189 | ||
189 | // Not display the circle if the progress is not hovered | 190 | // Not display the circle if the progress is not hovered |
190 | &::before { | 191 | &::before { |