You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Removed the :not(:root) selector from our svg Reboot styles, resolving an issue that caused all inline SVGs ignore vertical-align styles via single class due to higher specificity.
Fixed: Moved the browserslist config from our package.json to a separate file to avoid unintended inherited browser settings across npm projects.
Fixed: Buttons in custom file inputs are once again clickable when focused.
Improved: Bootstrap's plugins can now be imported separately in any contexts because they are now UMD ready.
Improved:.form-controls now have a fixed height to compensate for differences in computed height across different types. This also fixes some IE alignment issues.
Improved: Added Noto Color Emoji to our system font stack for better rendering in Linux OSes.
Improve responsive table docs #26890: Improve responsive table docs with separate, clearer examples and a note about broken displays given breakpoints.
Highlights
:not(:root)selector from oursvgReboot styles, resolving an issue that caused all inline SVGs ignorevertical-alignstyles via single class due to higher specificity.package.jsonto a separate file to avoid unintended inherited browser settings across npm projects..form-controls now have a fixedheightto compensate for differences in computed height across differenttypes. This also fixes some IE alignment issues.Noto Color Emojito our system font stack for better rendering in Linux OSes.CSS
custom-formsheights and position #25602: Basemin-heightand position of custom checkboxes and radios on$font-size-baseinstead of a generic1rem.background-image: nonereset on active buttons since the mixin covers this, should gradients be enabled.max-width: 100%from.tables to prevent background stoppage on scroll.heightto<input>s with.form-control.:invalidor:valid, match the inner border on custom file inputs with parent border.Noto Color Emojito our system font stack to improve emoji rendering on Linux OSes.z-indexon our custom file input to account for thez-indexchange on focus of the input.:not(:root)selector from reboot for svg #26927: Removed the:not(:root)selector from oursvgReboot styles..modal-dialog-centeredon IE10/11 #26273: Fix.modal-dialog-centeredon IE10/11.JS
Docs
.custom-selects and the style limitations of<option>s.Examples
.box-shadowinstances in our examples with built-in.shadowutilities added in v4.1..border-bottomand.border-topclasses from our examples as we added them as a feature in v4.1.cursoron the<label>to match the ` on our floating labels example.Build