pxt-core 7.3.17 → 7.3.18
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/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtasseteditor.js +1 -1
- package/built/web/react-common.css +1 -5
- package/built/web/rtlsemantic.css +2 -2
- package/built/web/semantic.css +2 -2
- package/built/web/skillmap/css/main.96b1b3f1.chunk.css +1 -0
- package/built/web/skillmap/js/{2.c64f6be2.chunk.js → 2.8d57aca6.chunk.js} +2 -2
- package/built/web/skillmap/js/main.1aedb077.chunk.js +1 -0
- package/localtypings/pxtarget.d.ts +1 -0
- package/package.json +1 -1
- package/theme/pxt.less +0 -1
- package/webapp/public/skillmap.html +2 -2
- package/built/web/skillmap/css/main.ad6de34e.chunk.css +0 -1
- package/built/web/skillmap/js/main.0fff4916.chunk.js +0 -1
|
@@ -178,11 +178,6 @@
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
|
|
181
|
-
.profile-badge.disabled img {
|
|
182
|
-
filter: grayscale(1);
|
|
183
|
-
opacity: 0.5;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
181
|
.profile-badge.disabled i.ui.icon {
|
|
187
182
|
line-height: 1;
|
|
188
183
|
vertical-align: middle;
|
|
@@ -280,6 +275,7 @@
|
|
|
280
275
|
margin-right: 0;
|
|
281
276
|
text-align: center;
|
|
282
277
|
color: var(--header-text-color);
|
|
278
|
+
overflow: hidden;
|
|
283
279
|
}
|
|
284
280
|
|
|
285
281
|
.profile-initials-portrait {
|