Merge branch 'feature/variable_management' of https://github.com/google/blockly into feature/variable_management

This commit is contained in:
Rachel Fenichel 2016-07-13 14:36:35 -07:00
commit 18be9d1de8
18 changed files with 801 additions and 300 deletions
core

View file

@ -412,6 +412,15 @@ Blockly.Css.CONTENT = [
'fill: $colour_text;',
'}',
'.blocklyFlyoutButton {',
'fill: #888;',
'cursor: default',
'}',
'.blocklyFlyoutButton:hover {',
'fill: #ccc;',
'}',
/*
Don't allow users to select text. It gets annoying when trying to
drag a block and selected text moves instead.