diff options
| author | Chris Rebert <[email protected]> | 2016-01-21 14:38:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-21 14:50:06 -0800 |
| commit | 739b51f2643a478acbf8d47ab52e968ce0242112 (patch) | |
| tree | a9b069398c9d54713a115f58b928bf25cc334bdc | |
| parent | beeafc280836b347b63197a7136910bc7725f08c (diff) | |
| download | bootstrap-739b51f2643a478acbf8d47ab52e968ce0242112.tar.xz bootstrap-739b51f2643a478acbf8d47ab52e968ce0242112.zip | |
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 commits 468a9d9359a1008675b2c19a1fae1d9016a7686d & 57998dc274a06b64d4caeda372aeea7b9d1af3ee.
https://github.com/necolas/normalize.css/pull/496 has made this override unnecessary.
[skip sauce]
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 5b0f09bbe..1920474a9 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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 |
