]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove unused class in playlists elements
authorChocobozzz <me@florianbigard.com>
Wed, 19 Aug 2020 07:37:16 +0000 (09:37 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 19 Aug 2020 09:30:21 +0000 (11:30 +0200)
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss

index 3204167ffb7923d424797b5c04f5846b4b42f2e0..13a4b0074f75f9273aeb486e1aeca343b472af07 100644 (file)
     margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1);
   }
 }
-
-@media not all and (hover: hover) and (pointer: fine) {
-  .video {
-    .more {
-      opacity: 1;
-    }
-  }
-}