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 92c9b39 commit 29e082aCopy full SHA for 29e082a
test/index.html
@@ -114,6 +114,10 @@
114
stroke-dasharray: 5px 3px;
115
stroke-width: var(--blockly-selection-width);
116
}
117
+ .blocklyPassiveFocus.blocklyHighlightedConnectionPath {
118
+ /* The connection path is being unexpectedly hidden in core */
119
+ display: unset !important;
120
+ }
121
122
/* Toolbox and flyout. */
123
.blocklyFlyout:has(.blocklyActiveFocus),
0 commit comments