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
package/theme/highcontrast.less
CHANGED
|
@@ -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;
|