Skip to content

Instantly share code, notes, and snippets.

@oscarmarina
Last active September 3, 2022 09:14
Show Gist options
  • Select an option

  • Save oscarmarina/396d82eb2288e424b1ca1d2756b4a83e to your computer and use it in GitHub Desktop.

Select an option

Save oscarmarina/396d82eb2288e424b1ca1d2756b4a83e to your computer and use it in GitHub Desktop.
Reset Button
button{
-moz-osx-font-smoothing: inherit;
-webkit-font-smoothing: inherit;
-webkit-appearance: button;
appearance: button;
background-color: transparent;
border-style: none;
color: inherit;
cursor: pointer;
display: inline-block;
font: inherit;
height: inherit;
letter-spacing: inherit;
line-height: normal;
margin: 0;
overflow: visible;
padding: 0;
text-align: inherit;
text-decoration: none;
text-shadow: inherit;
text-transform: inherit;
width: auto;
word-spacing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment