show read and unread icon always

fixes COMMS-521

Test Plan:
- have a conversation with someone
- find an unread message
- notice the blue dot icon is always showing
- read the conversation
- notice the blue dot is no longer filled

Change-Id: I550fd1134c7593bc1ad194fbd544e317c21df219
Reviewed-on: https://gerrit.instructure.com/133378
Reviewed-by: Felix Milea-Ciobanu <fmileaciobanu@instructure.com>
QA-Review: Heath Hales <hhales@instructure.com>
Tested-by: Jenkins
Product-Review: Steven Burnett <sburnett@instructure.com>
This commit is contained in:
Steven Burnett 2017-11-20 14:35:32 -07:00
parent 4a87e96ca6
commit f2af0d0a3f
1 changed files with 5 additions and 5 deletions

View File

@ -260,7 +260,7 @@
}
&.active, &:hover {
.star-btn, .read-state {
.star-btn {
transform: translateX(0);
}
}
@ -331,16 +331,16 @@
margin: 3px;
height: 16px;
width: 16px;
box-shadow: 0 0 0 1px #A5AFB5;
transform: translateX(-50px);
background: var(--ic-brand-primary);
box-shadow: none;
&:focus {
outline: none;
}
&.read {
background: var(--ic-brand-primary);
box-shadow: none;
box-shadow: 0 0 0 1px #A5AFB5;
background: none;
}
}