Skip to content

Instantly share code, notes, and snippets.

@zogreptile
Created August 30, 2017 02:19
Show Gist options
  • Save zogreptile/014b55689b0d798c74ca766c2313a459 to your computer and use it in GitHub Desktop.
Save zogreptile/014b55689b0d798c74ca766c2313a459 to your computer and use it in GitHub Desktop.
Input type="number" arrow reset
input {
-moz-appearance:textfield;
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment