Commit 94ce746f authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

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

[Develop] Hotfix: highlight unread message row in light blue
parents 9f3b0c90 057f741f
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment