Merge pull request #5820 from megawac/input-suffix-color

Set the color on input suffix
This commit is contained in:
偏右 2017-04-20 09:33:27 +08:00 committed by GitHub
commit 4edcda3ed0

View File

@ -303,6 +303,7 @@
transform: translateY(-50%); transform: translateY(-50%);
z-index: 2; z-index: 2;
line-height: 0; line-height: 0;
color: @input-color;
} }
.@{inputClass}-prefix { .@{inputClass}-prefix {