Releases: ScalesCSS/base-forms
Releases · ScalesCSS/base-forms
Release list
1.3.1
Bug fix for select boxes on ios
The Scales reset removes the background from select boxes which also removes the control arrows on ios. This change adds a default background color to select elements and adds the $select-background-color variable to override the default.
1.3.0
Forms
Helper text
The .helper-text class is now set to display: inline-block when it's a child of .form-inline. This will keep it from breaking the inlinyness when it's visible.
Added a new variable to change the default visibility of .helper-text
New variable
$helper-text-hidden- default is true
1.2.0
Forms
Added a new class to base-forms
.input-container--inline- Allows you to make a form container inline while keeping the label and input stacked vertically.
The documentation was also updated to correct the incorrect use of -- on some classes.
