mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +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 {
|
||||
padding-right: 0.25em;
|
||||
color: @text-color;
|
||||
&:after {
|
||||
content: ","
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue