pxt-core 7.3.14 → 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 +7 -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.70954d9b.chunk.css +0 -1
- package/built/web/skillmap/js/main.009203d8.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;
|
|
@@ -250,12 +245,18 @@
|
|
|
250
245
|
justify-content: center;
|
|
251
246
|
align-content: center;
|
|
252
247
|
position: relative;
|
|
248
|
+
height: 100%;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.profile-badge.clickable {
|
|
252
|
+
cursor: pointer;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
.profile-badge-and-title {
|
|
256
256
|
display: flex;
|
|
257
257
|
flex-direction: column;
|
|
258
258
|
max-height: 100%;
|
|
259
|
+
height: 100%;
|
|
259
260
|
background-color: var(--background-color);
|
|
260
261
|
z-index: 2;
|
|
261
262
|
overflow: hidden;
|
|
@@ -274,6 +275,7 @@
|
|
|
274
275
|
margin-right: 0;
|
|
275
276
|
text-align: center;
|
|
276
277
|
color: var(--header-text-color);
|
|
278
|
+
overflow: hidden;
|
|
277
279
|
}
|
|
278
280
|
|
|
279
281
|
.profile-initials-portrait {
|