CodeYellowBV / re-cy-cle

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

Button: add focus state #52

Closed SpaceK33z closed 7 years ago

SpaceK33z commented 7 years ago

When a button is focused, there is no visual feedback at all. This is kinda crappy.

Taym95 commented 7 years ago

What do you mean exactly by visual feedback?

SpaceK33z commented 7 years ago

For example here: https://css-in-js-experiences.ga/bootstrap/#

If you press tab a few times, you'll notice that e.g. the "Learn more" button has a box-shadow applied:

screen shot 2017-10-04 at 21 22 15

In re-cy-cle we don't have something like that, so if you like tabbing your way through a form, you won't see when a button is focused.