fix(thread-list): toggling select for an unread thread doesn't affect bolding anymore -- fixes T3219

Summary: Some CSS logic tweaks and simplifications.

Test Plan: Tested manually. No automated test unfortunately.

Reviewers: bengotow

Reviewed By: bengotow

Maniphest Tasks: T3219

Differential Revision: https://phab.nylas.com/D1882
This commit is contained in:
dillon 2015-08-14 13:47:25 -07:00
parent 0bf41985cb
commit a1ab860af2

View file

@ -130,11 +130,6 @@
.list-column { .list-column {
border-bottom: 1px solid @list-border; border-bottom: 1px solid @list-border;
} }
.participants {
.unread-true {
font-weight: @font-weight-semi-bold;
}
}
} }
.unread:not(.focused) { .unread:not(.focused) {
@ -147,6 +142,11 @@
.snippet { .snippet {
color: @text-color-subtle; color: @text-color-subtle;
} }
.participants {
.unread-true {
font-weight: @font-weight-semi-bold;
}
}
} }
.focused { .focused {