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; - } - } -}