Merge pull request #185 from dchest/smoothing

Remove -webkit-font-smoothing from forms.
This commit is contained in:
Eric Ferraiuolo 2013-09-02 19:41:54 -07:00
commit 26a6767402
2 changed files with 3 additions and 4 deletions

View File

@ -26,9 +26,9 @@ NEXT
### Buttons
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons. Pure should not
dictate sub-pixel font rendering, that should be left to the person's browser
settings and/or the developer. ([#170][] @dchest)
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons and Forms.
Pure should not dictate sub-pixel font rendering, that should be left to
the person's browser settings and/or the developer. ([#170][] @dchest)
### Forms

View File

@ -28,7 +28,6 @@
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.pure-form input[type="text"]:focus,