Applying IE/Edge blockly css workaround

This commit is contained in:
Sam El-Husseini 2017-01-26 14:47:15 -08:00
parent 649e8f7c0f
commit 50677fadc4

View File

@ -45,7 +45,7 @@
Blockly Blockly
*******************************/ *******************************/
.blocklyTreeRow { div.blocklyTreeRow {
border-bottom: 1px solid #ecf0f1 !important; border-bottom: 1px solid #ecf0f1 !important;
margin-bottom: 0px !important; margin-bottom: 0px !important;
@ -56,7 +56,7 @@
} }
/* Blockly toolbox font size same as the page font */ /* Blockly toolbox font size same as the page font */
.blocklyTreeLabel { span.blocklyTreeLabel {
font-family: @pageFont !important; font-family: @pageFont !important;
font-weight: 200; font-weight: 200;
} }