mirror of
https://github.com/google/blockly.git
synced 2026-01-14 12:27:10 +01:00
change 'class' to 'web-style'
This commit is contained in:
@@ -95,7 +95,7 @@ Blockly.FlyoutButton = function(workspace, targetWorkspace, xml, isLabel) {
|
||||
* @type {?string}
|
||||
* @private
|
||||
*/
|
||||
this.cssClass_ = xml.getAttribute('class') || null;
|
||||
this.cssClass_ = xml.getAttribute('web-style') || null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -591,7 +591,7 @@ h1 {
|
||||
</shadow>
|
||||
</value>
|
||||
</block>
|
||||
<label text="Input/Output:" class="ioLabel"></label>
|
||||
<label text="Input/Output:" web-style="ioLabel"></label>
|
||||
<block type="text_print">
|
||||
<value name="TEXT">
|
||||
<shadow type="text">
|
||||
|
||||
Reference in New Issue
Block a user