mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
fix(list): Incorrect snippet color on unread selected threads in narrow mode
This commit is contained in:
parent
a84e1b3db4
commit
096e829f33
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue