aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-01 21:23:26 -0700
committerMark Otto <[email protected]>2015-09-01 21:23:26 -0700
commit57998dc274a06b64d4caeda372aeea7b9d1af3ee (patch)
tree18bb3e4bf967529ee040d8680fedffec2d8887c8
parentcf70fce245da359a3b7513108217418e4d6ba05a (diff)
downloadbootstrap-57998dc274a06b64d4caeda372aeea7b9d1af3ee.tar.xz
bootstrap-57998dc274a06b64d4caeda372aeea7b9d1af3ee.zip
linter
-rw-r--r--scss/_reboot.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 9e22c3a70..a4dc0398c 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -279,13 +279,13 @@ 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
// https://github.com/twbs/bootstrap/issues/11586.
-webkit-appearance: none;
- // Undo Normalize's default here to match our global overrides.
- box-sizing: inherit;
}
// todo: needed?