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 8393fdbf94
commit fc840384da

View file

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