Skip to content

Instantly share code, notes, and snippets.

@inomdzhon
Last active July 10, 2019 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inomdzhon/2e2b8421c46a8d53709bf59979b3deb5 to your computer and use it in GitHub Desktop.
Save inomdzhon/2e2b8421c46a8d53709bf59979b3deb5 to your computer and use it in GitHub Desktop.
button,
html input[type="button"],
input[type="reset"] {
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: none;
}
button,
select {
  text-transform: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment