pxt-core 13.1.12 → 13.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "13.1.12",
3
+ "version": "13.1.13",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -457,10 +457,16 @@
457
457
  }
458
458
  }
459
459
 
460
- #homescreen .ui.home .tutorial-progress {
460
+ #homescreen .ui.home .tutorial-progress,
461
+ .scriptmanager .ui.label.tutorial-progress {
461
462
  border-color: @HCtextColor !important;
462
463
  background-color: @HCbackground !important;
463
464
  color: @HCtextColor !important;
465
+
466
+ }
467
+
468
+ .search-input.common-input-wrapper input {
469
+ background-color: transparent;
464
470
  }
465
471
 
466
472
  .projectsdialog {