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:
Drew Regitsky 2015-09-30 14:36:00 -07:00
parent f77d4e6875
commit d931862bcd

View file

@ -135,6 +135,7 @@
.collapsed-contact {
padding-right: 0.25em;
color: @text-color;
&:after {
content: ","
}