mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
fix(list): Incorrect snippet color on unread selected threads in narrow mode
This commit is contained in:
parent
8393fdbf94
commit
fc840384da
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue