fix: Don't suppress passive focus on blocks (#9839)

This commit is contained in:
Aaron Dodson
2026-05-11 08:16:46 -07:00
committed by GitHub
parent 6f3634628c
commit c9402fde1b
-6
View File
@@ -566,12 +566,6 @@ input[type=number] {
/* Passive focus cases: */
/* Blocks with passive focus except when widget/dropdown div in use. */
.blocklyKeyboardNavigation:not(
:has(
.blocklyDropDownDiv:focus-within,
.blocklyWidgetDiv:focus-within
)
)
.blocklyPassiveFocus:is(
.blocklyPath:not(.blocklyFlyout .blocklyPath),
.blocklyHighlightedConnectionPath