cssfun
cssfun copied to clipboard
移除 IE 10 及以上 input 自带的 clear button 以及 type="password" 带有的 icon
问题

Solution
::-ms-clear {
display: none;
}
::-ms-reveal {
display: none;
}
see more:
- http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs
- http://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx