CodeYellowBV / re-cy-cle

React component library for Code Yellow
https://codeyellowbv.github.io/re-cy-cle/
6 stars 6 forks source link

RadioButtons: toggle focus state #29

Closed RogerKemp closed 7 years ago

RogerKemp commented 7 years ago

When tabbing through a form it's not obvious a user is focussed on a radio toggle, since it doesn't have a focus state style.

I suggest using the same style as the text input fields.

SpaceK33z commented 7 years ago

This works already, notice the colored border around the buttons when focused:

screen shot 2017-09-19 at 18 07 12
SpaceK33z commented 7 years ago

It only worked when you tab through a form, not when you click on it. I fixed that now.