Fix forced rounded corners on search fields in mobile Safari (close #6034)

This commit is contained in:
Quincy Morgan
2019-03-11 10:36:06 -04:00
parent 93df5d42d9
commit 9a4e8d3c2e

View File

@@ -122,7 +122,7 @@ input[type="radio"] {
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-webkit-appearance: none; /* 1 */
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; /* 2 */
box-sizing: border-box;