Hide IE10's "Clear Input" Button
Much like WebKit browsers, Internet Explorer 10 adds a "clear input" button to <input>
tags containing text. To remove it, simply add the following to your CSS:
input::-ms-clear { display: none; }
Written by Tim G. Thomas
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#