Merge pull request #1532 from mewtaylor/hotfix/highlight-unread-rows

[Master] Hotfix: highlight unread message row in light blue
This commit is contained in:
Matthew Taylor 2017-09-11 10:50:05 -04:00 committed by GitHub
commit 2034edb82f

View file

@ -12,6 +12,10 @@
opacity: .25;
}
.social-message.mod-unread {
background-color: lighten($ui-blue, 40);
}
.social-message.mod-unread .social-message-icon {
opacity: 1;
}