Fix clear icon of Select, close #1861

This commit is contained in:
afc163 2016-05-26 16:00:55 +08:00
parent 56f4f0688d
commit f920e4a9d0

View File

@ -115,6 +115,8 @@
&__clear {
display: none;
visibility: hidden;
pointer-events: none;
}
}