diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-17 15:55:26 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 11:30:21 +0200 |
commit | b75410b87d889ae5b1704cc7f9d32a3792db9075 (patch) | |
tree | 52415d6f56e95a00598fa1aac7767482a3f39631 /client/src/app | |
parent | 50a1e91dccb13c2816ab8bf3cb6ae7ae3f35cac6 (diff) | |
download | PeerTube-b75410b87d889ae5b1704cc7f9d32a3792db9075.tar.gz PeerTube-b75410b87d889ae5b1704cc7f9d32a3792db9075.tar.zst PeerTube-b75410b87d889ae5b1704cc7f9d32a3792db9075.zip |
Fix playlist dropdown active color
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss index 47baa997b..cb9ab9a17 100644 --- a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss +++ b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss | |||
@@ -7,6 +7,10 @@ | |||
7 | padding: 8px 24px; | 7 | padding: 8px 24px; |
8 | } | 8 | } |
9 | 9 | ||
10 | .dropdown-item:active { | ||
11 | color: inherit; | ||
12 | } | ||
13 | |||
10 | .header { | 14 | .header { |
11 | min-width: 240px; | 15 | min-width: 240px; |
12 | margin-bottom: 10px; | 16 | margin-bottom: 10px; |