Fix #1077 by adding a rule to cover the toolbox labels too. (#1099)

This commit is contained in:
picklesrus 2017-05-12 11:29:52 -07:00 committed by GitHub
parent 7a2c01e1cf
commit 48a5270072

View file

@ -606,6 +606,10 @@ Blockly.Css.CONTENT = [
'vertical-align: middle;',
'}',
'.blocklyToolboxDelete .blocklyTreeLabel {',
'cursor: url("<<<PATH>>>/handdelete.cur"), auto;',
'}',
'.blocklyTreeSelected .blocklyTreeLabel {',
'color: #fff;',
'}',