From 2711491ce1903adafb6a7768569a46ef68bfcd10 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 19 Aug 2020 09:37:16 +0200 Subject: [PATCH] Remove unused class in playlists elements --- .../my-account-video-playlist-elements.component.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss index 3204167ff..13a4b0074 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss @@ -66,11 +66,3 @@ margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1); } } - -@media not all and (hover: hover) and (pointer: fine) { - .video { - .more { - opacity: 1; - } - } -} -- 2.41.0