mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-12 22:19:17 -04:00
Color fixes for text drop-down menus (#403)
* Add class for drop-down text colour; remove arrow special case * Use secondary colours in drop-down blocks * Add comment about updateTextNode_ resetting the class
This commit is contained in:
parent
55f2178dfa
commit
85578d8c7c
5 changed files with 13 additions and 8 deletions
core
|
@ -382,6 +382,10 @@ Blockly.Css.CONTENT = [
|
|||
'stroke-width: 2;',
|
||||
'}',
|
||||
|
||||
'.blocklyDropdownText {',
|
||||
'fill: #fff !important;',
|
||||
'}',
|
||||
|
||||
'.blocklyBubbleText {',
|
||||
'fill: $colour_text;',
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue