From adcaf1a8671b85f62f77058edd50fe146cb41c8e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Jan 2018 09:15:42 +0100 Subject: Fix embed button outline --- client/src/sass/video-js-custom.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client') diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 0d615d664..351ef21cd 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -37,6 +37,11 @@ $control-bar-height: 34px; margin-left: -($big-play-width / 2); margin-top: -($big-play-height / 2); background-color: transparent !important; + + &::-moz-focus-inner { + border: 0; + padding: 0 + } } &.vjs-has-started .vjs-big-play-button { -- cgit v1.2.3