From faac0127e3ed6566bbe1ea12ea471e4a98851801 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 10 May 2018 18:49:59 -0700 Subject: [PATCH] Add galleries in targetconfig. --- pxtarget.json | 6 ------ targetconfig.json | 6 +++++- theme/blockly.less | 6 ++++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 9ac6f82e..2f1c0231 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -246,12 +246,6 @@ "privacyUrl": "https://makecode.com/privacy", "termsOfUseUrl": "https://makecode.com/termsofuse", "githubUrl": "https://github.com/Microsoft/pxt-microbit", - "galleries": { - "Projects": "projects", - "Examples": "examples" - }, - "projectGallery": "projects", - "exampleGallery": "examples", "crowdinProject": "kindscript", "boardName": "micro:bit", "driveDisplayName": "MICROBIT", diff --git a/targetconfig.json b/targetconfig.json index 9fbf2cba..089e29e5 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -57,5 +57,9 @@ "uk", "zh-CN", "zh-TW" - ] + ], + "galleries": { + "Projects": "projects", + "Examples": "examples" + } } diff --git a/theme/blockly.less b/theme/blockly.less index b8190cc7..94123db2 100644 --- a/theme/blockly.less +++ b/theme/blockly.less @@ -18,4 +18,10 @@ border: black solid 3px; color: black; border-radius: 10px; +} + +/* Led field editor */ +.blocklyLedOn { + stroke: white; + stroke-width: 1px; } \ No newline at end of file