assembly icon indicating copy to clipboard operation
assembly copied to clipboard

Improve focus states for text inputs and textareas

Open adrianababakanian opened this issue 4 years ago • 0 comments

Currently, the focus states for text inputs, textareas, and selects are very subtle and difficult to identify unless you know what to look for. The borders for each are only updated to use the relevant -dark color variant when focused.

We should make these more prominent.

In https://github.com/mapbox/assembly/pull/992, we updated stroked selects to use a double box-shadow when focused. We might want to implement the same changes for text inputs and textareas.

Screen Shot 2021-04-15 at 11 19 36 AM

adrianababakanian avatar Apr 15 '21 18:04 adrianababakanian