Color fixes for text drop-down menus ()

* 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:
Tim Mickel 2016-06-13 19:06:12 -04:00 committed by GitHub
parent 55f2178dfa
commit 85578d8c7c
5 changed files with 13 additions and 8 deletions
core

View file

@ -382,6 +382,10 @@ Blockly.Css.CONTENT = [
'stroke-width: 2;',
'}',
'.blocklyDropdownText {',
'fill: #fff !important;',
'}',
'.blocklyBubbleText {',
'fill: $colour_text;',
'}',