Compare commits

..

7 Commits

Author SHA1 Message Date
Joey Wunderlich
20581513b1 1.4.31 2023-04-29 17:22:20 -07:00
Dmitriy Antipov
1652fc5ffa fix-bg-color (#1016) 2023-04-29 17:21:48 -07:00
Joey Wunderlich
8a1b6452bd unpin beta (#1015) 2023-04-28 14:26:34 -07:00
Joey Wunderlich
a6712960db 1.4.30 2023-04-26 09:30:55 -07:00
Joey Wunderlich
bac70eb177 bump to pick up in ctx translations fix 2023-04-26 09:30:05 -07:00
Joey Wunderlich
830f5ffd77 1.4.29 2023-04-25 16:35:05 -07:00
Joey Wunderlich
aac5edd64b bump pxt to latest 7.2.* to pick up crowdin / build fixes 2023-04-25 16:25:21 -07:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
"appref": "v1.4.24"
"appref": "v1.4"
}

View File

@@ -1,6 +1,6 @@
{
"name": "pxt-ev3",
"version": "1.4.28",
"version": "1.4.31",
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
"private": false,
"keywords": [
@@ -45,7 +45,7 @@
},
"dependencies": {
"pxt-common-packages": "9.2.7",
"pxt-core": "7.2.16"
"pxt-core": "7.2.27"
},
"scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis"

View File

@@ -92,6 +92,11 @@
color: white;
}
/* active toggle */
.ui.item.editor-menuitem .active~.item.toggle {
background: @editorToggleColor!important;
}
.menubar .ui.item.editor-menuitem .item.toggle {
height: 45px;
}