Merge pull request #1990 from carljbowman/develop

Fix new message highlight
This commit is contained in:
Andrew Sliwinski 2018-07-21 11:19:45 -04:00 committed by GitHub
commit 1d282a4846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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