Skip to content

Commit 45c1426

Browse files
fix: remove black outline on focused items (#8951)
1 parent 0cbcc31 commit 45c1426

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

core/css.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,13 @@ input[type=number] {
494494
cursor: grabbing;
495495
}
496496
497+
.blocklyActiveFocus:is(
498+
.blocklyFlyout,
499+
.blocklyWorkspace,
500+
.blocklyField,
501+
.blocklyPath,
502+
.blocklyHighlightedConnectionPath
503+
) {
504+
outline-width: 0px;
505+
}
497506
`;

0 commit comments

Comments
 (0)