Skip to Content

Focus Ring Utilities

UtilityEffect
ring-noneRemoves the focus ring
outline-noneRemoves the outline
ring-alwaysAlways display the ring
ring-keyboardDisplay the ring only when focusing with keyboard/gamepad
ring-autoShow if theme says always, or keyboard-focused
ring-{color}Sets focus ring color
ring-{n}Sets focus ring width from a scale value
ring-[3px]Sets arbitrary focus ring width

Focus rings are drawn by the renderer and do not change element layout. By default they appear after keyboard/gamepad navigation, not pointer focus. Use the theme AlwaysShowFocusRing setting or per-element ring-always / ring-keyboard utilities to control visibility.

Last updated on