mirror of
https://github.com/google/blockly.git
synced 2026-05-22 20:10:11 +02:00
fix: Don't suppress passive focus on blocks (#9839)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user