Skip to main content

React fix guide

Fix Missing focus indicator on React

Do not remove outlines without replacing them.

Check your live page

Canonical issue page: Missing focus indicator

What this issue means

Fixes

Use `:focus-visible` styles with sufficient contrast. Avoid `outline: none` unless you supply a custom ring.

How to fix on React

Check focus styles in both light and dark themes.

How to fix

Use :focus-visible with a high-contrast ring or offset box.

Never remove outlines unless you replace them with an equally clear indicator.

Related: 2.4.7 Focus Visible.

Other platforms

TestAccessibility · Programmatic fix page · localhost:3001