mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: remove black outline on focused items (#8951)
This commit is contained in:
@@ -494,4 +494,13 @@ input[type=number] {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.blocklyActiveFocus:is(
|
||||
.blocklyFlyout,
|
||||
.blocklyWorkspace,
|
||||
.blocklyField,
|
||||
.blocklyPath,
|
||||
.blocklyHighlightedConnectionPath
|
||||
) {
|
||||
outline-width: 0px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user