]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linter
authorMark Otto <markdotto@gmail.com>
Wed, 2 Sep 2015 04:23:26 +0000 (21:23 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 2 Sep 2015 04:23:26 +0000 (21:23 -0700)
scss/_reboot.scss

index 9e22c3a703c109ee26d205acb3a1b451b0b8f8f7..a4dc0398c14fdb5a583fe572d86d856ed0d38296 100644 (file)
@@ -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?