mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-10 21:18:53 -04:00
Merge branch 'feature/variable_management' of https://github.com/google/blockly into feature/variable_management
This commit is contained in:
commit
18be9d1de8
18 changed files with 801 additions and 300 deletions
core
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue