]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/peertube-skin.scss
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / peertube-skin.scss
index 876fdf96868118f8c2a5a9acad4af1ca3fd8a53e..332a0e17df808f87701e2ba7d637017ef815fc61 100644 (file)
@@ -71,7 +71,7 @@ body {
     height: $big-play-height;
     line-height: $big-play-height;
     margin-top: -(math.div($big-play-height, 2));
-    transition: 0.4s opacity;
+    transition: 0.2s background-color;
 
     &::-moz-focus-inner {
       border: 0;
@@ -89,30 +89,6 @@ body {
     &:hover {
       background-color: var(--mainColor, #696969);
     }
-
-  }
-
-  // Small effect when we click on the play button
-  &.vjs-has-big-play-button-clicked {
-
-    .vjs-big-play-button,
-    .vjs-poster {
-      display: block;
-      visibility: hidden;
-
-      &.vjs-big-play-button,
-      &.vjs-big-play-button::before {
-        opacity: 0;
-        transition: visibility 0.2s, opacity 0.2s;
-      }
-
-      &.vjs-poster,
-      &.vjs-poster::before {
-        opacity: 0;
-        transition: visibility 0.3s, opacity 0.3s;
-        transition-delay: 0.05s;
-      }
-    }
   }
 
   // Show poster and controls when playing audio-only content