pxt-core 8.3.7 → 8.3.8

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": "8.3.7",
3
+ "version": "8.3.8",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -874,6 +874,12 @@
874
874
  }
875
875
  }
876
876
 
877
+ &.tabTutorial details {
878
+ background-color: @HCbackground !important;
879
+ border: 2px solid @HCtextColor !important;
880
+ color: @HCtextColor !important;
881
+ }
882
+
877
883
  .ui.label {
878
884
  background-color: @HCbackground !important;
879
885
  border: 2px solid @HCtextColor !important;
@@ -531,6 +531,9 @@
531
531
  color: @tutorialHintForegroundColor;
532
532
  background-color: @tutorialHintBackgroundColor;
533
533
  border-radius: .5rem;
534
+ summary {
535
+ cursor: pointer;
536
+ }
534
537
  }
535
538
 
536
539