mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1532 from mewtaylor/hotfix/highlight-unread-rows
[Master] Hotfix: highlight unread message row in light blue
This commit is contained in:
commit
2034edb82f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue