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 18:35:37 +0200 |
commit | 83bf3095cf14f63dff551c567dfffb82a061ce8b (patch) | |
tree | e0c7355f10f9f8275fa33512c6e3fb9fac07f2e2 /apps/comments | |
parent | be5a1faf70b62b3075bace2d3578e781fbd871f7 (diff) | |
download | nextcloud-server-83bf3095cf14f63dff551c567dfffb82a061ce8b.tar.gz nextcloud-server-83bf3095cf14f63dff551c567dfffb82a061ce8b.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/comments')
-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 { |