update clear icon color

This commit is contained in:
afc163 2015-11-19 14:08:26 +08:00
parent fbc4ad8aad
commit 005cc53b7d

View File

@ -37,7 +37,7 @@
content: "\e631";
font-family: "anticon";
font-size: 12px;
color: #aaa;
color: #ccc;
display: inline-block;
line-height: 1;
width: 20px;
@ -45,7 +45,7 @@
}
&-clear-btn:hover:after {
color: #666;
color: #999;
}
}