Inject CSS rule for cursors regardless of CSS flag.

This commit is contained in:
Neil Fraser
2015-01-22 13:54:00 -08:00
parent 6e45f933e7
commit f8365e9eba
3 changed files with 26 additions and 29 deletions

View File

@@ -169,9 +169,7 @@ Blockly.createDom_ = function(container) {
goog.ui.Component.setDefaultRightToLeft(Blockly.RTL);
// Load CSS.
if (Blockly.hasCss) {
Blockly.Css.inject();
}
Blockly.Css.inject();
// Build the SVG DOM.
/*