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
300 stars 138 forks source link

Update outline for input fields #976

Closed carolinan closed 4 years ago

carolinan commented 4 years ago

Adds a very basic 1px dotted outline for input fields when they are focused.

This outline will be inconsistent for Chrome users. Ideally the outline should be consistent across the entire theme, not only for input fields, and independent on browsers.

Quick fix for https://github.com/WordPress/twentytwenty/issues/975

carolinan commented 4 years ago

Firefox before: The comment form text area has no outline, border, shadow or similar decoration change when focused

And after: The comment form text area has a one pixel, dark, dotted outline when focused

carolinan commented 4 years ago

With border color change:

The updated version shows the border color with the current text color when focused

And a dotted outline on search form: The search modal input field has a one pixel dotted border when focused