From 50677fadc4369c52a192389173f9dea533cba80e Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 26 Jan 2017 14:47:15 -0800 Subject: [PATCH] Applying IE/Edge blockly css workaround --- theme/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/style.less b/theme/style.less index 9cfb478e..1680b90e 100644 --- a/theme/style.less +++ b/theme/style.less @@ -45,7 +45,7 @@ Blockly *******************************/ -.blocklyTreeRow { +div.blocklyTreeRow { border-bottom: 1px solid #ecf0f1 !important; margin-bottom: 0px !important; @@ -56,7 +56,7 @@ } /* Blockly toolbox font size same as the page font */ -.blocklyTreeLabel { +span.blocklyTreeLabel { font-family: @pageFont !important; font-weight: 200; }