Skip to content

Instantly share code, notes, and snippets.

@devded
Created June 17, 2020 14:46
Show Gist options
  • Save devded/5cd7710ddcbcd366c2972a4f3e4c9a8f to your computer and use it in GitHub Desktop.
Save devded/5cd7710ddcbcd366c2972a4f3e4c9a8f to your computer and use it in GitHub Desktop.
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment