Fix the rest of the icons (sensors, math, variables and extensions)

This commit is contained in:
Sam El-Husseini
2018-01-03 12:35:33 -08:00
parent e0e5c95989
commit 5c39862a44
13 changed files with 60 additions and 76 deletions

View File

@ -102,6 +102,9 @@ span.blocklyTreeIcon.blocklyTreeIconmath::before {
content: "\f10c";
}
span.blocklyTreeIcon.blocklyTreeIconfunctions {
font-family: 'legoIcons' !important;
}
span.blocklyTreeIcon.blocklyTreeIconfunctions::before {
content: "\f108";
}