first pass at checkboxes in the flyout

This commit is contained in:
Rachel Fenichel 2016-06-09 14:00:40 -07:00
parent e2b563c3c1
commit 4139656a7a
2 changed files with 100 additions and 2 deletions
core

View file

@ -906,5 +906,9 @@ Blockly.Css.CONTENT = [
'padding: 0;',
'}',
'.blocklyFlyoutCheckbox {',
'fill: red',
'}',
''
];