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
v4: Translucent .form-control borders #19136: Change from hex border colors on .form-control to rgba() with background-clip: padding-box so we have borders that blend in with their background elements.
v4: Couple popover fixes #19889: Updated popovers to include a variable for the inner padding and restore CSS-powered hiding of empty popover titles with .popover-title:empty.
fix justified navbar #18741: Fix justified nav example by updating it to the new nav classes (note: it still exhibits the same bug on window resize as documented in v3).
Didn't do one of this for the second alpha (which kinda sucked). Trying again this time with the highlight-worthy changes as we go.
Summary of changes
.label
to.tag
to disambiguate our custom component from the HTML element.CSS
select.form-control
matches textual inputs..form-control-label
so it avoids overriding grid-based form layouts and renders correctly in stacked forms.max-width
that equals the column width._custom.scss
file to the import stack for easier variable overrides..radio
and.checkbox
to.form-check
, and.radio-inline
and.checkbox-inline
to.form-check-inline
..text-muted
into a full utility class with hover styles..input-group-addon
per input group..form-control-{sm/lg}
classes to match small and large input classes, namely for vertical alignment of label and input in horizontal form groups..form-control-label
to.col-form-label
for it's more contextual use case as a horizontal grid layout option.$enable-grid-classes
boolean option (joins the existing conditional.col-*
classes)..text-help
for.form-control-feedback
, designed specifically to only display temporary form validation feedback text in addition to normal help text..btn-*-outline
classes to.btn-outline-*
to make it easier to style with attribute selectors..card-*-outline
classes to.card-outline-*
..pager
component since it's essentially a lightly customized version of v4's new outline buttons.<ol>
markup in IE9-11 with a funky little CSS hack.$btn-active-box-shadow
variable for improved customization of button states.$enable-rounded
is true.:lang()
-based support for translating the text in the custom file input widget.word-wrap:break-word
to tooltips and popovers.max-width:100%;
on images so that Google Maps etc. print correctly..center-block
for.m-x-auto
.{a,button}.list-group-item
selector with a new class,.list-group-item-action
. Includes revised docs and more code comments.max-width
within their media queries to prevent horizontal scrollbars.$enable-print-styles
variable to control whether default styles for@media print
are included.padding
andline-height
for improved stability after changing rootfont-size
..form-control
torgba()
withbackground-clip: padding-box
so we have borders that blend in with their background elements..label
class to.tag
to disambiguate between a custom component and<label>
s..w-100
as width: 100% utility class #19234: Add.w-100
aswidth: 100%
utility class.form-control-legend
class$input-bg-focus
and$input-color-focus
variablesdisplay
utility classesbackground-color
of.bg-inverse
utility classborder-radius
mixins and add$nav-tabs-border-radius
variable<select>
<select>
s.<a>
s without anhref
andtabindex
..popover-title:empty
.navbar-toggleable-*
s.JS
Accessibility
aria-label
and callout about labelling pagination componentsaria-hidden
on modal container when showing/hidingDocs
<div>
s over<fieldset>
s in form groups as fieldsets are more appropriate for groups of multiple inputs.fieldset
/legend
for grouped controls@screen-*
variables in v4.hidden
and.show
in migration docsloaded.bs.modal
eventExamples
Packaging
engines
inpackage.json
The text was updated successfully, but these errors were encountered: