Compare commits

...

7 Commits

Author SHA1 Message Date
734e81f4be 0.7.9 2016-12-30 15:07:06 -08:00
8e1acfc7df Bump pxt-core to 0.7.12 2016-12-30 15:07:04 -08:00
01c56e1111 0.7.8 2016-12-30 13:50:40 -08:00
dfbf06fc0e Bump pxt-core to 0.7.10 2016-12-30 13:50:38 -08:00
d1902a83ca bumped to v0.7.7 2016-12-23 00:22:32 -08:00
aeff3d9f45 0.7.7 2016-12-22 23:25:06 -08:00
6530bc26ae fixing menu active css 2016-12-22 23:24:53 -08:00
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
"appref": "v0.7.3"
"appref": "v0.7.7"
}

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.7.6",
"version": "0.7.9",
"description": "calliope target for PXT",
"keywords": [
"JavaScript",
@ -34,6 +34,6 @@
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
"pxt-core": "0.7.9"
"pxt-core": "0.7.12"
}
}

View File

@ -16,7 +16,7 @@
background: #4ECC60 !important;
}
.blocks-menuitem, .javascript-menuitem {
.blocks-menuitem.active, .javascript-menuitem.active {
background: #738791 !important;
}