Skip to content

Commit

Permalink
feat(layout): removed button outline
Browse files Browse the repository at this point in the history
  • Loading branch information
RCVZ committed May 5, 2021
1 parent 0f7e23d commit 71d645d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@ button {
margin: 0;
padding: 0;
overflow: visible;

/* inherit font & color from ancestor */
color: inherit;
font: inherit;

/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;

background: transparent;
border: none;
border: 0;

/* Corrects inability to style clickable `input` types in iOS */
outline: none;
appearance: none;
/* Corrects font smoothing for webkit */
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
}
Expand Down

0 comments on commit 71d645d

Please sign in to comment.