[HTML] Fix messages not being highlighted when they are pinned

pull/236/head
Alexey Golub 5 years ago
parent 12a5091d73
commit 9bb88128b0

@ -55,7 +55,7 @@ a {
}
.chatlog__message--highlighted {
background-color: rgba(114, 137, 218, 0.2);
background-color: rgba(114, 137, 218, 0.2) !important;
}
.chatlog__message--pinned {

@ -58,7 +58,7 @@ a {
}
.chatlog__message--highlighted {
background-color: rgba(114, 137, 218, 0.2);
background-color: rgba(114, 137, 218, 0.2) !important;
}
.chatlog__message--pinned {

Loading…
Cancel
Save