Skip to content

Instantly share code, notes, and snippets.

@fregante
Created June 18, 2012 00:53
Show Gist options
  • Save fregante/2946234 to your computer and use it in GitHub Desktop.
Save fregante/2946234 to your computer and use it in GitHub Desktop.
<button> css reset, now you can stop using <a>
button{
display: inline-block;
cursor: pointer;
color: inherit;
padding: inherit;
border: none;
background: inherit;
box-sizing: content-box;
font: inherit;
-webkit-appearance: none;
-moz-appearance: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment