fix(list): Incorrect snippet color on unread selected threads in narrow mode

This commit is contained in:
Ben Gotow 2015-10-23 12:54:02 -07:00
parent a84e1b3db4
commit 096e829f33

View file

@ -137,6 +137,9 @@
&:hover {
background: darken(@background-primary, 2%);
}
.snippet {
color: @text-color-subtle;
}
.list-column {
border-bottom: 1px solid @list-border;
}
@ -149,9 +152,6 @@
.subject {
font-weight: @font-weight-semi-bold;
}
.snippet {
color: @text-color-subtle;
}
.participants {
.unread-true {
font-weight: @font-weight-semi-bold;