]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/video-js-custom.scss
Fix embed button outline
[github/Chocobozzz/PeerTube.git] / client / src / sass / video-js-custom.scss
index 0d615d664837173e212470712bd80fd46e55aa16..351ef21cdd7b6a36acc878af70c9298b1da0255b 100644 (file)
@@ -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 {