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
This commit is contained in:
Matthew Taylor 2017-09-11 09:59:24 -04:00
parent e2eb7eb788
commit 057f741f89

View file

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