Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions appinventor/appengine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<exclude name="media/*.css"/>
<exclude name="demo/**"/>
</fileset>
</copy>
<copy todir="${build.static.dir}/media" flatten="true" overwrite="true">
<fileset dir="${appinventor.dir}/blocklyeditor">
<include name="media/*"/>
<exclude name="media/*.css"/>
Expand Down
Binary file added appinventor/blocklyeditor/media/sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions appinventor/blocklyeditor/src/blocklyeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ Blockly.BlocklyEditor['create'] = function(container, formName, readOnly, rtl) {
.blocklyZoom:hover, .blocklyTrash:hover, .blocklyMultiselect:hover { cursor: pointer; }
.blocklyZoom>image, .blocklyZoom>image:hover { opacity: 1.0; }
.blocklyMultiselect>image, .blocklyMultiselect>image:hover { opacity: 1.0; }
.blocklyTrash { opacity: 1.0 !important; }
`);
} catch (e) {
// Thrown if we've already registered the CSS. This should only happen in unit tests.
Expand Down
6 changes: 3 additions & 3 deletions appinventor/lib/blockly/blockly_compressed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified appinventor/lib/blockly/media/sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions appinventor/lib/blockly/media/sprites.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.