mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-12 22:19:17 -04:00
Draw squares for non-droppable dropdown fields (#551)
This commit is contained in:
parent
6006f24801
commit
b4826b4065
4 changed files with 32 additions and 8 deletions
core
|
@ -392,8 +392,7 @@ Blockly.Css.CONTENT = [
|
|||
|
||||
'.blocklyNonEditableText>rect,',
|
||||
'.blocklyEditableText>rect {',
|
||||
'fill: #fff;',
|
||||
'fill-opacity: .6;',
|
||||
'fill-opacity: 0;',
|
||||
'}',
|
||||
|
||||
'.blocklyNonEditableText>text,',
|
||||
|
@ -401,11 +400,6 @@ Blockly.Css.CONTENT = [
|
|||
'fill: $colour_text;',
|
||||
'}',
|
||||
|
||||
'.blocklyEditableText:hover>rect {',
|
||||
'stroke: #fff;',
|
||||
'stroke-width: 2;',
|
||||
'}',
|
||||
|
||||
'.blocklyDropdownText {',
|
||||
'fill: #fff !important;',
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue