Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Created August 16, 2013 15:54
Show Gist options
  • Save kentcdodds/6251096 to your computer and use it in GitHub Desktop.
Save kentcdodds/6251096 to your computer and use it in GitHub Desktop.
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment