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

This commit is contained in:
Alexey Golub 2019-09-15 14:16:24 +03:00
parent 12a5091d73
commit 9bb88128b0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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