theopenconversationkit/tock-react-kit

Button and input selection outlines should not be hidden by default

Closed this issue · 0 comments

Currently, quick replies and the reply text input have an outline: none CSS definition, making it hard to see when they are focused:

image

Buttons in cards however do have focus outlines by default:

image

Not only is this behaviour inconsistent, the lack of focus outlines is an accessibility issue. These outline: none declarations should therefore be removed.