mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
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:
@@ -122,6 +122,8 @@ Blockly.ThemeManager.prototype.setTheme = function(theme) {
|
||||
element.style[propertyName] = style || '';
|
||||
}
|
||||
}
|
||||
|
||||
Blockly.hideChaff();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user