diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-19 09:15:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-19 09:15:42 +0100 |
commit | adcaf1a8671b85f62f77058edd50fe146cb41c8e (patch) | |
tree | 4b11af5895e37c4fffee2350be748377cc43dae5 /client | |
parent | 0edf0581a92a2c0b5423d3947934d0f36bda1592 (diff) | |
download | PeerTube-adcaf1a8671b85f62f77058edd50fe146cb41c8e.tar.gz PeerTube-adcaf1a8671b85f62f77058edd50fe146cb41c8e.tar.zst PeerTube-adcaf1a8671b85f62f77058edd50fe146cb41c8e.zip |
Fix embed button outline
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; | |||
37 | margin-left: -($big-play-width / 2); | 37 | margin-left: -($big-play-width / 2); |
38 | margin-top: -($big-play-height / 2); | 38 | margin-top: -($big-play-height / 2); |
39 | background-color: transparent !important; | 39 | background-color: transparent !important; |
40 | |||
41 | &::-moz-focus-inner { | ||
42 | border: 0; | ||
43 | padding: 0 | ||
44 | } | ||
40 | } | 45 | } |
41 | 46 | ||
42 | &.vjs-has-started .vjs-big-play-button { | 47 | &.vjs-has-started .vjs-big-play-button { |