Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

v0.4.3

Choose a tag to compare

@rhysnhall rhysnhall released this 21 Sep 09:33
· 14 commits to master since this release

0.4.3

Bug fixes

  • $dropdown-radius now actually changes the border radius for a dropdown element.
  • $tag-addon-radius now controls the border radius for tags in addon groups.
  • $slider-track-height now correctly sets the height for the sliderTrack() mixin.
  • Remove redundant $top-burger-bar-width variable from the navbar module.
  • $subtitle-color now editable.
  • Burger menu now has the correct width when .is-active helper is active.
  • Labels and spans in input groups now resize correctly when the $font-base variable is changed.
  • Switches now resize correctly when the $font-base variable is changed.
  • Corrected padding on the dropdown element when the .has-arrow is active and the $font-base variable has been changed.
  • Corrected positioning of select element's arrow when the $font-base variable has been changed.

Improvements

  • Removed margin-right from any button using the .is-full helper in a button group.
  • Added the $label-font-size and $label-line-height variables for form label customization.

Variable changes

Variable From To
$label-font-size calculateRem(16)
$label-line-height 1.6

Notes

  • The .is-small helper for the switch element will be removed in version 0.5.0. The small version of the switch does not benefit the framework and is too specific.