From 729c442c31af3f0aa4918ba3b7ae1bc466cd829e Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 5 Dec 2016 15:14:02 -0800 Subject: [PATCH] lint --- core/flyout_button.js | 2 +- tests/playground.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/flyout_button.js b/core/flyout_button.js index baecd2fc8..4e3fd7ec7 100644 --- a/core/flyout_button.js +++ b/core/flyout_button.js @@ -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; }; /** diff --git a/tests/playground.html b/tests/playground.html index 66a3e2514..c728879e7 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -321,7 +321,7 @@ h1 { font-family: monospace; } -.ioLabel .blocklyFlyoutLabelText { +.ioLabel>.blocklyFlyoutLabelText { font-style: italic; } @@ -591,7 +591,7 @@ h1 { - +