Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
734e81f4be | |||
8e1acfc7df | |||
01c56e1111 | |||
dfbf06fc0e | |||
d1902a83ca | |||
aeff3d9f45 | |||
6530bc26ae |
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"appref": "v0.7.3"
|
"appref": "v0.7.7"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-calliope",
|
"name": "pxt-calliope",
|
||||||
"version": "0.7.6",
|
"version": "0.7.9",
|
||||||
"description": "calliope target for PXT",
|
"description": "calliope target for PXT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
@ -34,6 +34,6 @@
|
|||||||
"semantic-ui-less": "^2.2.4"
|
"semantic-ui-less": "^2.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-core": "0.7.9"
|
"pxt-core": "0.7.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
background: #4ECC60 !important;
|
background: #4ECC60 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocks-menuitem, .javascript-menuitem {
|
.blocks-menuitem.active, .javascript-menuitem.active {
|
||||||
background: #738791 !important;
|
background: #738791 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user