aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_reboot.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 5b0f09bbe..1920474a9 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -331,8 +331,6 @@ legend {
}
input[type="search"] {
- // Undo Normalize's default here to match our global overrides.
- box-sizing: inherit;
// This overrides the extra rounded corners on search inputs in iOS so that our
// `.form-control` class can properly style them. Note that this cannot simply
// be added to `.form-control` as it's not specific enough. For details, see