mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00:00
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 commits468a9d9359&57998dc274. https://github.com/necolas/normalize.css/pull/496 has made this override unnecessary. [skip sauce]
This commit is contained in:
parent
beeafc2808
commit
739b51f264
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue