Commit 057f741f authored by Matthew Taylor's avatar Matthew Taylor

highlight unread message row in light blue

This addresses issues with seeing unread notifications by highlighting them as light blue, along with more opaque icons
parent e2eb7eb7
......@@ -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