fix reply glyph color on mobile editor

This commit is contained in:
Jeff Atwood 2015-09-15 15:39:59 -07:00
parent 0a3388d19f
commit a14d7f16c8

View File

@ -71,6 +71,9 @@ input {
overflow: hidden;
max-width: 92%;
white-space: nowrap;
i {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
}
}
.saving-text {