mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Merge pull request #185 from dchest/smoothing
Remove -webkit-font-smoothing from forms.
This commit is contained in:
commit
26a6767402
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user