mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-25 09:30:13 +08:00
fix(composer): Change text color of collapsed recipients
Change the color to be regular text, instead of the same color as placeholder text.
This commit is contained in:
parent
f77d4e6875
commit
d931862bcd
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
||||||
|
|
||||||
.collapsed-contact {
|
.collapsed-contact {
|
||||||
padding-right: 0.25em;
|
padding-right: 0.25em;
|
||||||
|
color: @text-color;
|
||||||
&:after {
|
&:after {
|
||||||
content: ","
|
content: ","
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue