Skip to content

Commit

Permalink
perf(reset): add font smoothing and ios input reset
Browse files Browse the repository at this point in the history
Change-Id: Ieb68e26fad1d806f8447528044f45ccd1580c6cb
  • Loading branch information
javier-lopez committed Jun 2, 2015
1 parent bde7d6f commit fc0b2ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/css/penguin.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ html {
line-height: 1;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

ol, ul {
Expand Down Expand Up @@ -88,6 +90,9 @@ button::-moz-focus-inner {
padding: 0;
}

input {
-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
Expand Down
Loading

0 comments on commit fc0b2ca

Please sign in to comment.