Skip to content

Instantly share code, notes, and snippets.

@jhickman
Created February 14, 2014 16:05
Show Gist options
  • Save jhickman/9003718 to your computer and use it in GitHub Desktop.
Save jhickman/9003718 to your computer and use it in GitHub Desktop.
IE psuedo element clear input icon remove
input::-ms-clear {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment