We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.input-group-*
z-index
.form-control-feedback
border
.text-emphasis-variant
a:focus
a:hover
@jumbotron-heading-font-size
pointer-events
<a>
.btn
max-width: none
.media > .img-thumbnail
.bg-variant
:focus
:hover
.visible*
!important
<table>
border-radius
.list-group-item
<button>
.btn[disabled]
px
.caret
<select>
@btn-border-radius
.btn-toolbar
padding
margin
.form-group-*
.form-control
bootstrap.less
.pagination-sm
line-height
.focus
:focus:hover
.active
.btn-group
role="menu"
inserted.bs.tooltip/popover
viewport
aria-hidden
display: none
.dropdown-menu
role="button"
a[data-toggle="collapse"]
.alert-warning
.alert
aria-expanded
$(...).tab('show')
role="tabpanel"
.bs-docs-header
vertical-align
baseline
middle
.form-inline
.dropdown
.dropup
checkPosition
'manual'
#panels-footer
$(...).button('reset')
height
overflow
role="separator"
main
bower.json
moduleType
globals
"moduleType": "globals"
version
license
/grunt/
grunt dist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CSS
.input-group-*
sizing instead of using mixins, which causes a bug in our compiled code due to nestingz-index
to avoid border overlapping in input groups.form-control-feedback
#15956: Properly position.form-control-feedback
across within input groupsborder
on pagination links on hover.text-emphasis-variant
adjusta:focus
color in addition toa:hover
color@jumbotron-heading-font-size
variablepointer-events
on disabled<a>
.btn
smax-width: none
to.media > .img-thumbnail
to prevent malformed images.bg-variant
mixin adjust:focus
color in addition to:hover
color.visible*
mixin to use!important
on<table>
elementsborder-radius
on list group items in collapsible panels.list-group-item
#16215: Add<button>
support to.list-group-item
s..btn[disabled]
styles in the theme.px
unit to perspective property value.caret
not display in IE8<select>
printing bug that's been fixed in recent Chrome@btn-border-radius
variables based on global variables for better customization..btn
s that are direct children of.btn-toolbar
padding
andmargin
.form-control-feedback
in.form-group-*
size variations..form-control
uses.padding
to prevent double negative spacing and overflowing containers.bootstrap.less
..pagination-sm
height by specifyingline-height
.border-radius
variable to theme's inverse navbar.Accessibility
.focus
and:focus:hover
on.active
buttons.btn-group
(plus removal of obsolete unit test)role="menu"
JavaScript
inserted.bs.tooltip/popover
event fired after tooltip/popover DOM is inserted into the documentviewport
option to be a functionaria-hidden
usage that's redundant todisplay: none
.dropdown-menu
instead of ARIA roles for Dropdown keydown event handlerDocumentation
role="button"
toa[data-toggle="collapse"]
.alert-warning
related change to migration doc #16107: Add.alert
change to v2 -> v3 migration guidearia-expanded
to navbar toggles$(...).tab('show')
methodrole="tabpanel"
from docspadding
in.bs-docs-header
that would sometimes cause horizontal scrollingvertical-align
on badges frombaseline
tomiddle
for improvement alignment across more elements.form-inline
in non-responsive example doesn't stack.dropdown
and.dropup
for more accurate examplesrole="button"
from download linkscheckPosition
method #16409: Document Affix plugin'scheckPosition
method'manual'
trigger is mutually exclusive of other tooltip/popover triggers#panels-footer
to components nav in docs$(...).button('reset')
is asyncheight
andoverflow
.role="separator"
Browser bugs
Packaging
main
#16359: Updatebower.json
to comply with Bower's new spec for themain
fieldmoduleType
toglobals
#16378: Set"moduleType": "globals"
inbower.json
version
field from and addlicense
field tobower.json
/grunt/
folder in npm package so thatgrunt dist
worksGrunt
The text was updated successfully, but these errors were encountered: