developmentseed / ui-seed

UI framework for developing responsive, mobile first projects on the web.
http://devseed.com/ui-seed/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Labels hidden on toggles #33

Closed olafveerman closed 6 years ago

olafveerman commented 7 years ago

Labels are always hidden on the Toggles. The sandbox has a reference to a class .form__option--text-hidden, but the _forms.scss only sets the following:

  .form__option__text {
    @extend .visually-hidden;
  }