mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
lint
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user