Created by: MartijnCuppens
-
Inherit box-sizing and setNope: https://github.com/twbs/bootstrap/pull/28917#issuecomment-512039100box-sizing: border-box;
on body This makes it possible for 3th party components to usebox-sizing: content-box
by just applying the box-sizing to the wrapper div. - Remove unsupported browsers fixes (IE10 & Firefox 39-)
- More consistent comment blocks
- Reorganise order of some blocks
- Add height fix for date/month/week/time inputs (#18842 (closed), this was already fixed by adding a height to form controls, with this change we don't need to set the height anymore)
- Remove redundant type selectors for some pseudo elements
- Additional resets and theming options for
legend
- Element theming from
_code.scss
moved to reboot - All input fields now have the same borders
Todo:
-
Merge code page with reboot page
Result: https://deploy-preview-28917--twbs-bootstrap.netlify.com/docs/4.3/content/reboot/