diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-19 09:37:16 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 11:30:21 +0200 |
commit | 2711491ce1903adafb6a7768569a46ef68bfcd10 (patch) | |
tree | ba2f1184bd4d96a0c57c7e081faccc1890c4659c /client | |
parent | d142c7b9c01735ecebc3511072c0e722ce2edc1b (diff) | |
download | PeerTube-2711491ce1903adafb6a7768569a46ef68bfcd10.tar.gz PeerTube-2711491ce1903adafb6a7768569a46ef68bfcd10.tar.zst PeerTube-2711491ce1903adafb6a7768569a46ef68bfcd10.zip |
Remove unused class in playlists elements
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss | 8 |
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 | } | ||