Parse role mentions

This commit is contained in:
Jeremy Zhang
2018-03-04 06:29:16 +00:00
parent d438b6d34f
commit 487f5756f5
5 changed files with 51 additions and 6 deletions

View File

@ -654,14 +654,14 @@ p.mentioned span.chatmessage {
margin-bottom: 3px;
}
.chatmessage .channellink, .chatmessage .discordmention {
.chatmessage .channellink, .chatmessage .discordmention, .rolemention {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.2);
color: #82b1ff;
cursor: pointer;
}
.chatmessage .channellink:hover, .chatmessage .discordmention:hover {
.chatmessage .channellink:hover, .chatmessage .discordmention:hover, .rolemention:hover {
background-color: rgba(0, 0, 0, 0.5);
color: white;
}