]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reboot: Remove now-unnecessary input[type="search"] box-sizing override 19001/head
authorChris Rebert <code@chrisrebert.com>
Thu, 21 Jan 2016 22:38:22 +0000 (14:38 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 21 Jan 2016 22:50:06 +0000 (14:50 -0800)
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]

scss/_reboot.scss

index 5b0f09bbe4817e2b0dcaf65533403763525638d2..1920474a96721b51ec4bb3b50e48bd3c164ae179 100644 (file)
@@ -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