Browse Source

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>
tags/v15.0.0beta1
Daniel Calviño Sánchez 5 years ago
parent
commit
83bf3095cf
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      apps/comments/css/comments.scss

+ 4
- 0
apps/comments/css/comments.scss View File

@@ -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 {

Loading…
Cancel
Save