aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/control-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/control-bar.scss')
-rw-r--r--client/src/sass/player/control-bar.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss
index dd4e33e75..2f76e599f 100644
--- a/client/src/sass/player/control-bar.scss
+++ b/client/src/sass/player/control-bar.scss
@@ -96,7 +96,6 @@
96 } 96 }
97 } 97 }
98 98
99
100 .vjs-play-control { 99 .vjs-play-control {
101 @include disable-outline; 100 @include disable-outline;
102 101
@@ -281,6 +280,11 @@
281 max-width: $control-bar-icon-size; 280 max-width: $control-bar-icon-size;
282 height: 100%; 281 height: 100%;
283 max-height: $control-bar-volume-slider-height; 282 max-height: $control-bar-volume-slider-height;
283
284 &::before {
285 // Remove circle
286 content: '';
287 }
284 } 288 }
285 289
286 &:focus { 290 &:focus {