Remove content-box box-sizing on search fields

This commit is contained in:
sixhours 2016-02-26 10:15:37 -05:00
parent 6ae11474be
commit 98c86c2bef
2 changed files with 0 additions and 10 deletions

View File

@ -175,11 +175,6 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;

View File

@ -224,11 +224,6 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;