aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/peertube-skin.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r--client/src/sass/player/peertube-skin.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss
index 5f873d495..c420e825e 100644
--- a/client/src/sass/player/peertube-skin.scss
+++ b/client/src/sass/player/peertube-skin.scss
@@ -20,10 +20,6 @@ body {
20 font-size: $font-size; 20 font-size: $font-size;
21 color: pvar(--embedForegroundColor); 21 color: pvar(--embedForegroundColor);
22 22
23 .vjs-volume-level::before {
24 content: ''; /* Remove Circle From Progress Bar */
25 }
26
27 .vjs-audio-button { 23 .vjs-audio-button {
28 display: none; 24 display: none;
29 } 25 }
@@ -100,7 +96,6 @@ body {
100 } 96 }
101 97
102 .vjs-poster { 98 .vjs-poster {
103 outline: none; /* Remove Blue Outline on Click*/
104 outline: 0; 99 outline: 0;
105 } 100 }
106 101