Support adjusting dropdowndiv default colours through CSS (#3469)

* Support setting the dropdown theme default colours through CSS. Update dark theme.
This commit is contained in:
Sam El-Husseini
2019-11-25 14:18:28 -08:00
committed by GitHub
parent f4431b3361
commit 9fc995425a
5 changed files with 40 additions and 25 deletions

View File

@@ -122,6 +122,8 @@ Blockly.ThemeManager.prototype.setTheme = function(theme) {
element.style[propertyName] = style || '';
}
}
Blockly.hideChaff();
};
/**