WordPress / twentytwenty

Twenty Twenty is included in Core as of WordPress 5.3 🎉 To report any issues, please go here: https://core.trac.wordpress.org/newticket
Other
301 stars 140 forks source link

Input fields have no visible focus in multiple browsers #975

Closed carolinan closed 5 years ago

carolinan commented 5 years ago

Users need to be able to see when an input field is selected. Both to be able to use the fields and to navigate past them, they need to be able to see where they are on the page.

On Windows: Below is the comment field when no fields are selected: (Chrome)

comment-no-focus

Below is when the comment text area is select, in Chrome: comment-selected-chrome

In Firefox, there is no visible outline or similar change: comment-selected-firefox

In Edge, there is no visible outline or similar change: comment-selected-edge

In IE 11, there is no visible outline or similar change: comment-selected-ie11

andersnoren commented 5 years ago

Fixed by #976.