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 oursvg
Reboot styles, resolving an issue that caused all inline SVGs ignorevertical-align
styles via single class due to higher specificity.package.json
to a separate file to avoid unintended inherited browser settings across npm projects..form-control
s now have a fixedheight
to compensate for differences in computed height across differenttype
s. This also fixes some IE alignment issues.Noto Color Emoji
to our system font stack for better rendering in Linux OSes.CSS
custom-forms
heights and position #25602: Basemin-height
and position of custom checkboxes and radios on$font-size-base
instead of a generic1rem
.background-image: none
reset on active buttons since the mixin covers this, should gradients be enabled.max-width: 100%
from.table
s to prevent background stoppage on scroll.height
to<input>
s with.form-control
.:invalid
or:valid
, match the inner border on custom file inputs with parent border.Noto Color Emoji
to our system font stack to improve emoji rendering on Linux OSes.z-index
on our custom file input to account for thez-index
change on focus of the input.:not(:root)
selector from reboot for svg #26927: Removed the:not(:root)
selector from oursvg
Reboot styles..modal-dialog-centered
on IE10/11 #26273: Fix.modal-dialog-centered
on IE10/11.JS
Docs
.custom-select
s and the style limitations of<option>
s.Examples
.box-shadow
instances in our examples with built-in.shadow
utilities added in v4.1..border-bottom
and.border-top
classes from our examples as we added them as a feature in v4.1.cursor
on the<label>
to match the ` on our floating labels example.Build
The text was updated successfully, but these errors were encountered: