From edf1a4e5204189f7c352c007232c2463158aa6d7 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 27 Dec 2019 10:11:10 +0100 Subject: Add user moderation dropdown to comments --- .../app/videos/+video-watch/comment/video-comment.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.scss') diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index c70914f9b..cebb24c12 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -114,6 +114,7 @@ margin-bottom: 10px; display: flex; + ::ng-deep .dropdown-toggle, .comment-action-reply, .comment-action-delete { color: $grey-foreground-color; @@ -124,6 +125,12 @@ color: var(--mainForegroundColor); } } + + ::ng-deep .action-button { + background-color: transparent; + padding: 0; + font-weight: unset; + } } } -- cgit v1.2.3