diff --git a/HISTORY.md b/HISTORY.md index 132e47a16..4634d2c83 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/src/forms/css/forms.css b/src/forms/css/forms.css index 709ac856b..da57bb30b 100644 --- a/src/forms/css/forms.css +++ b/src/forms/css/forms.css @@ -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,