From: Chris Rebert Date: Thu, 21 Jan 2016 22:38:22 +0000 (-0800) Subject: Reboot: Remove now-unnecessary input[type="search"] box-sizing override X-Git-Tag: v4.0.0-alpha.3~333^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739b51f2643a478acbf8d47ab52e968ce0242112;p=thirdparty%2Fbootstrap.git Reboot: Remove now-unnecessary input[type="search"] box-sizing override Revert "fixes #17379: override search input box-sizing to match our global overrides" This reverts commits 468a9d9359a1008675b2c19a1fae1d9016a7686d & 57998dc274a06b64d4caeda372aeea7b9d1af3ee. https://github.com/necolas/normalize.css/pull/496 has made this override unnecessary. [skip sauce] --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5b0f09bbe4..1920474a96 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