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
The Dropdown widget now have an option for changing the container where the menu is placed upon show. The menu moves back to its original location on hide. This is useful when a dropdown is used inside an element with an overflow: hidden;.
Modals have an optional vertically centered layout. Note: do not use with long content, otherwise the top of the modal will be clipped off. When in doubt, use the default layout.
Build process has moved over to using stylelint for the Sass linter. This drops out scss-lint from the Ruby requirement. Now only node/npm resources should be needed to build the source. Ruby is still required (because of Jekyll) to build the documentation.
CSS
47f8b9a: Card Group: fix no border-radius when only a single card in group.
e7b4b12: Card: Reduce nested rules for list-group following a card-header.
54dd147: Reboot: Add style for non-overlapping scrollbar in IE for <pre>.
7d05ac2: Reboot: Reset border-radius for button elements
d8bcec3: Alert: Adjust close button semantics, placement, and sizing
b12ad39: Modal: Adjust close button sizing and placement
e1a9d9f: Card: Fix <hr> not showing when direct child of a card