diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-09-05 10:50:32 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-09-05 20:59:02 +0200 |
commit | b14425ef6fc60c3aecf59da438512a7cc24fae04 (patch) | |
tree | bd36e38b1c2ceb14e7063e813661e414f1438b9c /apps | |
parent | 3c638501170024e47684276324551207e5fee62c (diff) | |
download | nextcloud-server-b14425ef6fc60c3aecf59da438512a7cc24fae04.tar.gz nextcloud-server-b14425ef6fc60c3aecf59da438512a7cc24fae04.zip |
Highlight mentions to the current user
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 <danxuliu@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/css/comments.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |