Remove content-box box-sizing on search fields
This commit is contained in:
parent
6ae11474be
commit
98c86c2bef
2 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue