Skip to content

Instantly share code, notes, and snippets.

@timhettler
Created July 11, 2014 16:57
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 timhettler/c206283cf7098fcce77f to your computer and use it in GitHub Desktop.
Save timhettler/c206283cf7098fcce77f to your computer and use it in GitHub Desktop.
Remove default styling from buttons
%not-a-button {
background-color: transparent;
border: none;
color: inherit;
cursor: pointer;
font: {
size: inherit;
family: inherit;
}
-webkit-font-smoothing: inherit;
margin: 0;
outline: none;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment