Commit 57998dc2 authored by Mark Otto's avatar Mark Otto

linter

parent cf70fce2
...@@ -279,13 +279,13 @@ legend { ...@@ -279,13 +279,13 @@ legend {
} }
input[type="search"] { 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 // 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 // `.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 // be added to `.form-control` as it's not specific enough. For details, see
// https://github.com/twbs/bootstrap/issues/11586. // https://github.com/twbs/bootstrap/issues/11586.
-webkit-appearance: none; -webkit-appearance: none;
// Undo Normalize's default here to match our global overrides.
box-sizing: inherit;
} }
// todo: needed? // todo: needed?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment