pxt-core 8.2.14 → 8.2.15

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.2.14",
3
+ "version": "8.2.15",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -104,7 +104,7 @@
104
104
  }
105
105
 
106
106
  .image-editor-header-center {
107
- flex: 1.5;
107
+ flex: 3;
108
108
  display: flex;
109
109
  justify-content: center;
110
110
  align-items: center;
@@ -264,6 +264,13 @@ span.docs.inlineblock {
264
264
  color: @white;
265
265
  font-family: @blocklyFont !important;
266
266
  font-size: 1em !important;
267
+ &.clickable {
268
+ cursor: pointer;
269
+
270
+ &:hover, &:focus {
271
+ opacity: .8;
272
+ }
273
+ }
267
274
  }
268
275
 
269
276
  code.lang-filterblocks {