Skip to content

Instantly share code, notes, and snippets.

@dyun8080
Last active May 30, 2019 06:24
Show Gist options
  • Save dyun8080/ff38d7545f81f883cddf22223203f389 to your computer and use it in GitHub Desktop.
Save dyun8080/ff38d7545f81f883cddf22223203f389 to your computer and use it in GitHub Desktop.
reset the button stylesheet
/* 重置浏览器默认的 button 样式 */
button {
padding: 0;
cursor: pointer;
color: inherit;
border: none;
outline: none;
background: none;
font: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment