mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +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
48ed1a98f1
commit
c6a6e6cc1c
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