Commit 2034edb8 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

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

[Master] Hotfix: highlight unread message row in light blue
parents e2eb7eb7 057f741f
...@@ -12,6 +12,10 @@ ...@@ -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;
} }
......
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