From b14425ef6fc60c3aecf59da438512a7cc24fae04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 5 Sep 2018 10:50:32 +0200 Subject: [PATCH] Highlight mentions to the current user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Like done in Talk, mentions to the current user are now shown with the primary colors to make them more prominent. Signed-off-by: Daniel Calviño Sánchez --- apps/comments/css/comments.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index 56d55e1c86f..11f9df701b6 100644 --- a/apps/comments/css/comments.scss +++ b/apps/comments/css/comments.scss @@ -177,6 +177,10 @@ font-weight: bold; } } + .avatar-name-wrapper.currentUser { + background-color: var(--color-primary); + color: var(--color-primary-text); + } } .atwho-view-ul * .avatar-name-wrapper {