Update component names (#3549)

This commit is contained in:
alschmiedt
2020-01-06 13:18:15 -08:00
committed by GitHub
parent 8d6ff39e64
commit a1ed9ab791
7 changed files with 17 additions and 13 deletions

View File

@@ -628,7 +628,7 @@ Blockly.Scrollbar.prototype.createDom_ = function(opt_class) {
},
this.svgGroup_);
this.workspace_.getThemeManager().subscribe(
this.svgHandle_, 'scrollbar', 'fill');
this.svgHandle_, 'scrollbarColour', 'fill');
this.workspace_.getThemeManager().subscribe(
this.svgHandle_, 'scrollbarOpacity', 'fill-opacity');
Blockly.utils.dom.insertAfter(this.outerSvg_,