Zelos replacement highlight (#3431)

* Zelos replacement highlight
This commit is contained in:
Sam El-Husseini
2019-11-13 17:14:28 -08:00
committed by GitHub
parent a7ebd604e9
commit f9dcb60f82
9 changed files with 129 additions and 17 deletions

View File

@@ -254,6 +254,11 @@ Blockly.Css.CONTENT = [
'stroke-width: 1;',
'}',
'.injectionDiv:not(.zelos-renderer) .blocklySelected>.blocklyPath {',
'stroke: #fc3;',
'stroke-width: 3px;',
'}',
'.blocklySelected>.blocklyPathLight {',
'display: none;',
'}',
@@ -320,12 +325,12 @@ Blockly.Css.CONTENT = [
'stroke: none',
'}',
'.blocklyReplaceable .blocklyPath {',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPath {',
'fill-opacity: .5;',
'}',
'.blocklyReplaceable .blocklyPathLight,',
'.blocklyReplaceable .blocklyPathDark {',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPathLight,',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPathDark {',
'display: none;',
'}',