Skip to content

Properly reset buttons and inputs on mac os / chrome #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Properly reset buttons and inputs on mac os / chrome
  • Loading branch information
Pascal Boutin committed Nov 23, 2017
commit f9ec087c094535f35c8c20ab12b24eca31053a8a
3 changes: 3 additions & 0 deletions reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,11 @@ button,
input,
select,
textarea {
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
background: transparent;
}

button::-moz-focus-inner {
Expand Down