Skip to content

Releases: ScalesCSS/base-forms

1.3.1

09 Sep 01:39

Choose a tag to compare

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

16 Aug 21:19

Choose a tag to compare

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

29 Dec 14:58

Choose a tag to compare

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.

screen shot 2015-12-29 at 9 50 29 am

- The default value vertically alignment is set to `top`, but can be changed with the variable `$input-container-inline-valign`

The documentation was also updated to correct the incorrect use of -- on some classes.