]> 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 351ef21cdd7b6a36acc878af70c9298b1da0255b..8ff96357354536bd00cc9bbf19f5c8ce31778051 100644 (file)
@@ -42,6 +42,14 @@ $control-bar-height: 34px;
       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 {