]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #17379: override search input box-sizing to match our global overrides
authorMark Otto <markdotto@gmail.com>
Wed, 2 Sep 2015 04:16:26 +0000 (21:16 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 2 Sep 2015 04:16:26 +0000 (21:16 -0700)
scss/_reboot.scss

index 8f07a5ec064152ffd73fa86f4db20ea8964cef94..2b27215615eff49eee518e934cfec7c4672a8d1f 100644 (file)
@@ -284,6 +284,8 @@ input[type="search"] {
   // 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?