Files
ComfyUI_frontend/browser_tests/tests
Glary-Bot da92d0ccd3 fix: suppress UA focus-visible outline on selected Vue nodes
Adds focus:outline-none focus-visible:outline-none scoped to the
selected-state class on the LGraphNode root, so a selected node never
gains a second, browser-default focus ring on top of the existing
selection overlay (the bug captured by the regression test in #11814).

The suppression is intentionally scoped to isSelected only — unselected
but Tab-focused nodes still get the UA focus ring for keyboard a11y.

Removes the test.fail annotation from the regression test; with this
fix in place the post-shift screenshot matches the no-shift baseline
byte-for-byte and the test passes naturally as a positive guard.
2026-05-04 23:25:20 +00:00
..