Fix marker css (#3745)

* Fix marker css

* Move to css.js file
This commit is contained in:
alschmiedt
2020-03-12 15:03:02 -07:00
committed by GitHub
parent 9b071ff7f7
commit 877063b5bd

View File

@@ -477,6 +477,7 @@ Blockly.Css.CONTENT = [
'.blocklyVerticalMarker {',
'stroke-width: 3px;',
'fill: rgba(255,255,255,.5);',
'pointer-events: none',
'}',
'.blocklyWidgetDiv .goog-option-selected .goog-menuitem-checkbox,',