]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/video-js-custom.scss
Don't leak unlisted videos
[github/Chocobozzz/PeerTube.git] / client / src / sass / video-js-custom.scss
index 0d615d664837173e212470712bd80fd46e55aa16..8ff96357354536bd00cc9bbf19f5c8ce31778051 100644 (file)
@@ -37,6 +37,19 @@ $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-icon-placeholder::before {
+      transition: text-shadow 0.3s;
+    }
+
+    &:hover .vjs-icon-placeholder::before {
+      text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
+    }
   }
 
   &.vjs-has-started .vjs-big-play-button {