mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
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:
parent
e2eb7eb788
commit
057f741f89
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue