From 20ffd2ad0fbf3503523c86cca04af3b240af03fb Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 29 Sep 2021 18:20:55 +0200 Subject: [PATCH] Fix a color issue with the comment author name when comment is selected Signed-off-by: Thomas Citharel --- js/src/components/Comment/Comment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/components/Comment/Comment.vue b/js/src/components/Comment/Comment.vue index 2e5fac38a..14d0a9be3 100644 --- a/js/src/components/Comment/Comment.vue +++ b/js/src/components/Comment/Comment.vue @@ -400,6 +400,7 @@ a.comment-link { color: $white; .reply-btn, small, + span, strong, .icons button { color: $white;