Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 7304cc1

Browse files
committed
Merge pull request #924 from Automattic/input-search
Remove content-box box-sizing on search fields. Fixes #895
2 parents 1bae857 + 98c86c2 commit 7304cc1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

sass/_normalize.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ input[type="number"]::-webkit-outer-spin-button {
175175
height: auto;
176176
}
177177

178-
input[type="search"] {
179-
-webkit-appearance: textfield;
180-
box-sizing: content-box;
181-
}
182-
183178
input[type="search"]::-webkit-search-cancel-button,
184179
input[type="search"]::-webkit-search-decoration {
185180
-webkit-appearance: none;

style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,6 @@ input[type="number"]::-webkit-outer-spin-button {
224224
height: auto;
225225
}
226226

227-
input[type="search"] {
228-
-webkit-appearance: textfield;
229-
box-sizing: content-box;
230-
}
231-
232227
input[type="search"]::-webkit-search-cancel-button,
233228
input[type="search"]::-webkit-search-decoration {
234229
-webkit-appearance: none;

0 commit comments

Comments
 (0)