aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss8
1 files changed, 0 insertions, 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 @@
66 margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1); 66 margin-left: calc(#{var(--expanded-horizontal-margin-content)} * -1);
67 } 67 }
68} 68}
69
70@media not all and (hover: hover) and (pointer: fine) {
71 .video {
72 .more {
73 opacity: 1;
74 }
75 }
76}