_s: Remove remaining box-sizing prefix.

Also removes the box-sizing mixin, as it is of no use anymore.

See http://caniuse.com/#feat=css3-boxsizing
See #558.

Fixes #561.
This commit is contained in:
Konstantin Obenland 2014-11-05 16:53:52 -08:00
parent 69171d3ea3
commit 8ba2a53f3a
4 changed files with 4 additions and 14 deletions

View file

@ -5,9 +5,7 @@ input[type="radio"] {
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */