Skip to content

Instantly share code, notes, and snippets.

@chrisheninger
Last active April 13, 2018 09:39
Show Gist options
  • Save chrisheninger/a860f87ef4e529b2df606768b97665a8 to your computer and use it in GitHub Desktop.
Save chrisheninger/a860f87ef4e529b2df606768b97665a8 to your computer and use it in GitHub Desktop.
/* Reset `button` styles across browsers */
button {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
user-select: none;
text-decoration: none;
font-family: inherit;
cursor: pointer;
border: none;
background-color: transparent;
border-color: transparent;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment