We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dbe81 commit 3ea518aCopy full SHA for 3ea518a
src/index.ts
@@ -268,11 +268,7 @@ export class KeyboardNavigation {
268
.blocklyKeyboardNavigation
269
.blocklyWorkspace.blocklyActiveFocus
270
.blocklyWorkspaceFocusRing,
271
- /* Focus in dropdown div considered to be in workspace. */
272
- .blocklyKeyboardNavigation:has(.blocklyDropDownDiv:focus-within)
273
- .blocklyWorkspace
274
- .blocklyWorkspaceFocusRing,
275
- /* Focus in widget div considered to be in workspace. */
+ /* Focus in widget/dropdown div considered to be in workspace. */
276
.blocklyKeyboardNavigation:has(
277
.blocklyWidgetDiv:focus-within,
278
.blocklyDropDownDiv:focus-within
0 commit comments