This commit is contained in:
Rachel Fenichel
2016-12-05 15:14:02 -08:00
parent 7f4efe4ebe
commit 729c442c31
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ Blockly.FlyoutButton = function(workspace, targetWorkspace, xml, isLabel) {
* @type {?string}
* @private
*/
this.cssClass_ = xml.getAttribute('web-style') || null;
this.cssClass_ = xml.getAttribute('web-class') || null;
};
/**

View File

@@ -321,7 +321,7 @@ h1 {
font-family: monospace;
}
.ioLabel .blocklyFlyoutLabelText {
.ioLabel>.blocklyFlyoutLabelText {
font-style: italic;
}
@@ -591,7 +591,7 @@ h1 {
</shadow>
</value>
</block>
<label text="Input/Output:" web-style="ioLabel"></label>
<label text="Input/Output:" web-class="ioLabel"></label>
<block type="text_print">
<value name="TEXT">
<shadow type="text">