Move more CSS into renderers. (#3455)

* Move more CSS into renderers.
This commit is contained in:
Sam El-Husseini
2019-11-20 11:57:37 -08:00
committed by GitHub
parent 329a21c572
commit 426e17a06d
5 changed files with 46 additions and 20 deletions

View File

@@ -321,15 +321,6 @@ Blockly.Css.CONTENT = [
'stroke: none',
'}',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPath {',
'fill-opacity: .5;',
'}',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPathLight,',
'.injectionDiv:not(.zelos-renderer) .blocklyReplaceable .blocklyPathDark {',
'display: none;',
'}',
'.blocklyMultilineText {',
'font-family: monospace;',
'}',