aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/player/bezels.scss8
-rw-r--r--client/src/sass/player/peertube-skin.scss1
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 {