Remaining icon fixes. Using blockIcons to show custom icons for built in categories
This commit is contained in:
@ -82,10 +82,6 @@ span.blocklyTreeLabel {
|
||||
}
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconmusic::before {
|
||||
content: "\f10e";
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconloops::before {
|
||||
content: "\f10b";
|
||||
}
|
||||
@ -117,10 +113,6 @@ span.blocklyTreeIcon.blocklyTreeIcontext::before {
|
||||
content: "\f110";
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconcontrol::before {
|
||||
content: "\f107";
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
|
||||
content: "\f105";
|
||||
}
|
||||
|
Reference in New Issue
Block a user