Skip to content

Instantly share code, notes, and snippets.

@chriskirknielsen
Created November 25, 2020 16:28
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 chriskirknielsen/6b6d9ae4587197fd2411992970236e56 to your computer and use it in GitHub Desktop.
Save chriskirknielsen/6b6d9ae4587197fd2411992970236e56 to your computer and use it in GitHub Desktop.
CSS Button Reset
.reset-button {
appearance: none; /* Browser prefixes might be necessary */
display: inline-block;
margin: 0;
padding: 0;
color: inherit;
font-family: inherit;
font-size: 1em;
line-height: 1.2;
white-space: nowrap; /* Optional */
text-decoration: none;
background: none;
border: 0;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment