Merge pull request #168 from Microsoft/remainingiconfixes
Remaining icon fixes.
This commit is contained in:
commit
2aaa45e10d
@ -19,12 +19,12 @@ namespace sensors {
|
|||||||
namespace motors {
|
namespace motors {
|
||||||
}
|
}
|
||||||
|
|
||||||
//% color="#D67923" weight=80
|
//% color="#D67923" weight=80 icon="\uf10e"
|
||||||
namespace music {
|
namespace music {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//% color="#5F3109"
|
//% color="#5F3109" icon="\uf107"
|
||||||
namespace control {
|
namespace control {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "0.14.13",
|
"pxt-common-packages": "0.14.13",
|
||||||
"pxt-core": "3.0.2"
|
"pxt-core": "3.0.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||||
|
@ -137,6 +137,15 @@
|
|||||||
"functions": "#19325A",
|
"functions": "#19325A",
|
||||||
"arrays": "#901F76"
|
"arrays": "#901F76"
|
||||||
},
|
},
|
||||||
|
"blockIcons": {
|
||||||
|
"loops": "\uf10b",
|
||||||
|
"logic": "\uf10a",
|
||||||
|
"math": "\uf10c",
|
||||||
|
"variables": "\uf111",
|
||||||
|
"text": "\uf110",
|
||||||
|
"functions": "\uf108",
|
||||||
|
"arrays": "\uf109"
|
||||||
|
},
|
||||||
"monacoColors": {
|
"monacoColors": {
|
||||||
"editor.background": "#ecf6ff"
|
"editor.background": "#ecf6ff"
|
||||||
}
|
}
|
||||||
|
@ -82,10 +82,6 @@ span.blocklyTreeLabel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.blocklyTreeIcon.blocklyTreeIconmusic::before {
|
|
||||||
content: "\f10e";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.blocklyTreeIcon.blocklyTreeIconloops::before {
|
span.blocklyTreeIcon.blocklyTreeIconloops::before {
|
||||||
content: "\f10b";
|
content: "\f10b";
|
||||||
}
|
}
|
||||||
@ -117,10 +113,6 @@ span.blocklyTreeIcon.blocklyTreeIcontext::before {
|
|||||||
content: "\f110";
|
content: "\f110";
|
||||||
}
|
}
|
||||||
|
|
||||||
span.blocklyTreeIcon.blocklyTreeIconcontrol::before {
|
|
||||||
content: "\f107";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
|
span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
|
||||||
content: "\f105";
|
content: "\f105";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user