From: Mark Otto Date: Wed, 2 Sep 2015 04:23:26 +0000 (-0700) Subject: linter X-Git-Tag: v4.0.0-alpha.2~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57998dc274a06b64d4caeda372aeea7b9d1af3ee;p=thirdparty%2Fbootstrap.git linter --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 9e22c3a703..a4dc0398c1 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?