Add zelos selection highlight. (#3390)

* zelos selection highlight
This commit is contained in:
Sam El-Husseini
2019-11-06 13:47:30 -08:00
committed by GitHub
parent c6061ef0e6
commit d49b3400e6
5 changed files with 131 additions and 7 deletions

View File

@@ -254,11 +254,6 @@ Blockly.Css.CONTENT = [
'stroke-width: 1;',
'}',
'.blocklySelected>.blocklyPath {',
'stroke: #fc3;',
'stroke-width: 3px;',
'}',
'.blocklySelected>.blocklyPathLight {',
'display: none;',
'}',