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