Merge pull request #1993 from LLK/develop

[HOTFIX] Fix new message highlight.
This commit is contained in:
chrisgarrity 2018-07-23 09:35:59 -04:00 committed by GitHub
commit 05f368a2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
}
.social-message.mod-unread {
background-color: lighten($ui-blue, 40);
background-color: $ui-blue-10percent;
}
.social-message.mod-unread .social-message-icon {