mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-20 18:09:43 -04:00
Tweaks to bring drop-downs rendering to spec (#659)
* Render drop-downs with graphical arrow * Darken menus on click
This commit is contained in:
parent
19fe464d7d
commit
2029a0c12a
4 changed files with 79 additions and 26 deletions
core
|
@ -403,11 +403,6 @@ Blockly.Css.CONTENT = [
|
|||
'.blocklyNonEditableText>text {',
|
||||
'pointer-events: none;',
|
||||
'}',
|
||||
'.blocklyNonEditableText>rect,',
|
||||
'.blocklyEditableText>rect {',
|
||||
'fill-opacity: 0;',
|
||||
'}',
|
||||
|
||||
'.blocklyNonEditableText>text,',
|
||||
'.blocklyEditableText>text {',
|
||||
'fill: $colour_text;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue