forked from mirror/_s
Remove content-box box-sizing on search fields
This commit is contained in:
parent
6ae11474be
commit
98c86c2bef
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue