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
0445f23: The Chrome bug related to Modals in Chrome 38 on Windows #14972 has been fixed on Linux. On Windows, it's still broken due to a different Chrome bug currently slated for Chrome 41.
Docs accessibility tweaks #15320: Expanded advice on labels for inline forms, use of title and explanation for <abbr>, replaced use of sr-only text with aria-label for close buttons, wrapped sidebar navigation in a <nav>
More docs accessibility tweaks #15327: Expanded advice for optional icons with hidden labels, replaced use of sr-only text with aria-label for pagination "previous"/"next" links, callout and examples for various labelling methods for input groups, made main button in segmented buttons in input groups keyboard-focusable, split out/clarified multiple attribute on <select> elements.
CSS
.media-object
that was removed in Fixes #14799: Add vertical alignment of image in media component #14801..media
and.media-body
styles that were removed in Fixes #14799: Add vertical alignment of image in media component #14801.position: relative;
to.dropup
for proper menu placement.margin
s on default.dropdown-menu
as.dropup .dropdown-menu
s..icon-prev
and.icon-next
in carousel controls withline-height: 1
.border-radius
on nested button groups with only one child..input-group-sm
and.input-group-lg
for temporal date inputs..disabled
class to the.btn-styles
mixin in the theme.@line-height-large
from1.33
to1.3333333
to fix button sizing in Chrome for Windows 8.1..form-control-static
..table-striped
to work with tooltips on rows by usingnth-of-type
instead ofnth-child
.@link-hover-decoration
for.btn-link
to match defaulta:hover
styles.color
on<small>
and.small
elements within.panel-title
s.Icon font
JS
Collapse
$.fn.children
instead of>
in selector.Carousel
wrap: false
work again (fixes regression)Affix
.affix-top
was not getting applied due to paddingTooltip/Popover
Misc
Docs
.form-inline
example in CSS docs.img
alternative text. #15129: Specifyimg
alternative text.scope
andth
/td
elements inside tables.href="#"
from dismiss-on-next-click popover example<select>
s can't be styled in all browsersshow/
hide` method qualifies as manual triggeringVERSION
property of the jQuery pluginsoverflow-y: hidden
#15472: Document that responsive tables useoverflow-y: hidden
.input-group
.form-inline
&.form-horizontal
work fine on non-<form>
s too.form-inline
with visible<label>
sExamples
Browser bugs
Accessibility
title
and explanation for<abbr>
, replaced use ofsr-only
text witharia-label
for close buttons, wrapped sidebar navigation in a<nav>
sr-only
text witharia-label
for pagination "previous"/"next" links, callout and examples for various labelling methods for input groups, made main button in segmented buttons in input groups keyboard-focusable, split out/clarifiedmultiple
attribute on<select>
elements.Customizer
aria-describedby
Build tools / Packaging
<li role="separator">...</li>
Bots
/dist/
files up-to-date. GitHub repo: https://github.com/twbs/gruntworkerThe text was updated successfully, but these errors were encountered: