Releases: techfromsage/bootstrap-sass
Releases · techfromsage/bootstrap-sass
3.7.9
3.7.9 (2021-01-18)
Adjusted the placeholder colour to make it accessible against the white background – from $gray600
to $gray700
.
Bug Fixes
- update placeholder colour (6017108)
3.7.8
3.7.8 (2020-10-16)
Thanks to @camillef for tidying up after me
Bug Fixes
- buttons: remove white color from
.btn-alert:hover:focus
state (#64) (3af5f16)
v3.7.7
3.7.7 (2020-10-12)
- Increase contrast of dropdown header
- Tidy button rules (#63)
Bug Fixes
- dropdowns: increase contrast of dropdown header (2c94e5e)
v3.7.6
3.7.6 (2020-10-07)
The extensions to modals and tabs were conflicting with the typeahead plugin used by DC when they were minified by YUI Compressor.
Bug Fixes
v3.7.5
3.7.5 (2020-10-06)
🎶 Links and buttons, they're all the same to meeeee. 🎶
Spot the difference:
Bug Fixes
- buttons: fix link state override (1e38bb9)
v3.7.4
3.7.4 (2020-10-06)
- Updates
btn-alert
states and supplies btn-alert--primary
variant
Bug Fixes
- buttons: update btn-alert variants (3f946f2)
v3.7.3
3.7.3 (2020-10-05)
Button states now use currentColor
for certain properties in order to inherit from the text colour – which is not always #017d87
Bug Fixes
v3.7.2
3.7.2 (2020-09-25)
- Modal windows now trap focus correctly
- Tabs now support cursor interactions
- For @junglebarry, the navbar now uses a transparent highlight to darken the background of hover and open nav elements
Bug Fixes
- improved interaction handling (59be17d)
3.7.1 (2020-09-25)
Bug Fixes
- alerts: update
.alert-link
font-weight (b8b96ae)
- navbar: apply transparent black to change hue (d7dafde)
- navbar: fix variable/function snafu (51cc7a1)
- navbar: improve button appearance (8b037f4)
v3.7.0
3.7.0 (2020-09-21)
Implements and demonstrates standard set of error page styles. Recommend applying class of t-error
to page to set background and text colours, as well as the hr styling. Container content is aligned in the center of the page with flex.
Features
- error: add error page styles (4f68d7b)
v3.6.1
3.6.1 (2020-09-21)
- Removes the text-decoration from any links in
.dropdown-menu
container – helps with Shipshape's ToCs
- Adds a
.u-selectable-text
class to allow text to be, well, selected: when item titles became buttons, the default property now prevents this action.
Bug Fixes
- add user-select util (d9827eb)
- dropdowns: remove text-decoration (b9b610d)