mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
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:
parent
8c7af92819
commit
56012ca1ef
1 changed files with 5 additions and 5 deletions
|
@ -130,11 +130,6 @@
|
|||
.list-column {
|
||||
border-bottom: 1px solid @list-border;
|
||||
}
|
||||
.participants {
|
||||
.unread-true {
|
||||
font-weight: @font-weight-semi-bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.unread:not(.focused) {
|
||||
|
@ -147,6 +142,11 @@
|
|||
.snippet {
|
||||
color: @text-color-subtle;
|
||||
}
|
||||
.participants {
|
||||
.unread-true {
|
||||
font-weight: @font-weight-semi-bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.focused {
|
||||
|
|
Loading…
Reference in a new issue