HighAccordion — orphan focus-visible:after:border-ring
The ::after has no content/size/position, so the class paints nothing — a dead no-op. The real indicator (border-ring + shadow-focus) is unaffected. After = orphan removed.
MedSlider — focus halo leaks onto hover & active
Before applies shadow-focus on hover, active and focus-visible, so mouse users see the focus halo. After scopes it to keyboard focus only. Hover the thumb to see the difference.
MedCombobox chips — focus-within instead of keyboard-only
The same component ships two surfaces: the chips variant uses focus-within (fires on mouse click), while the single / input-group variant is already keyboard-only via :has(input:focus-visible). After aligns chips to the reference. Click each field — in Before only the chips lights up; the single one (correctly) doesn't.
Low–MedScroll-area — flagged, no change proposed
The viewport's shadow-focus is a soft downward drop shadow and may never fire if the viewport isn't tab-focusable. Noted as low-confidence — leaving as-is; After matches Before for reference.
RefInput — standard treatment (bg-card)
Reference: no audit issue. border-input + bg-card (white), focus → border-ring + shadow-focus on the focusable element, keyboard-only. Both panes identical — this is the baseline. Toggle Force focus state to flip default → focus.
RefTextarea — standard treatment (bg-card)
Reference: border-input + bg-card (white), min-h-16, focus → border-ring + shadow-focus, keyboard-only.
RefSelect trigger — standard treatment (bg-card)
Reference: border-input + bg-card (white), chevron in --muted-foreground, focus → border-ring + shadow-focus on the trigger button, keyboard-only.