Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Remove .button class (we just want to override browser defaults), mak…
Browse files Browse the repository at this point in the history
…e button the same as link (a)
  • Loading branch information
marcwieland95 committed Jun 30, 2017
1 parent 7635765 commit 81cf180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,13 @@ textarea {
font-size: 100%;
}

button {
border: none;
cursor: pointer;
}

button,
.button, input[type="submit"] {
input[type="submit"] {
display: inline-block;
background-color: transparent;
border-radius: 0;
Expand Down

0 comments on commit 81cf180

Please sign in to comment.