]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove unused code
authorChocobozzz <me@florianbigard.com>
Thu, 9 Dec 2021 09:51:19 +0000 (10:51 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 9 Dec 2021 09:51:19 +0000 (10:51 +0100)
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