This repository was archived by the owner on May 30, 2023. It is now read-only.
v0.4.3
0.4.3
Bug fixes
$dropdown-radiusnow actually changes the border radius for a dropdown element.$tag-addon-radiusnow controls the border radius for tags in addon groups.$slider-track-heightnow correctly sets the height for thesliderTrack()mixin.- Remove redundant
$top-burger-bar-widthvariable from the navbar module. $subtitle-colornow editable.- Burger menu now has the correct width when
.is-activehelper is active. - Labels and spans in input groups now resize correctly when the
$font-basevariable is changed. - Switches now resize correctly when the
$font-basevariable is changed. - Corrected padding on the dropdown element when the
.has-arrowis active and the$font-basevariable has been changed. - Corrected positioning of select element's arrow when the
$font-basevariable has been changed.
Improvements
- Removed
margin-rightfrom any button using the.is-fullhelper in a button group. - Added the
$label-font-sizeand$label-line-heightvariables for form label customization.
Variable changes
| Variable | From | To |
|---|---|---|
$label-font-size
|
|
calculateRem(16)
|
$label-line-height
|
|
1.6
|
Notes
- The
.is-smallhelper 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.