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

[Develop] Hotfix: highlight unread message row in light blue
This commit is contained in:
Matthew Taylor 2017-09-11 10:16:04 -04:00 committed by GitHub
commit 94ce746f9b

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;
}