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>
This commit is contained in:
Daniel Calviño Sánchez 2018-09-05 10:50:32 +02:00
parent be5a1faf70
commit 83bf3095cf
1 changed files with 4 additions and 0 deletions

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 {