mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-10 21:18:53 -04:00
Merge branch 'develop' into feature/drag-surface
# Conflicts: # core/block_svg.js
This commit is contained in:
commit
15ed57e7aa
40 changed files with 909 additions and 484 deletions
core
15
core/css.js
15
core/css.js
|
@ -152,6 +152,16 @@ Blockly.Css.CONTENT = [
|
|||
'z-index: 999;',
|
||||
'}',
|
||||
|
||||
'.blocklyWidgetDiv.fieldTextInput {',
|
||||
'overflow: hidden;',
|
||||
'border: 1px solid;',
|
||||
'box-sizing: border-box;',
|
||||
'transform-origin: 0 0;',
|
||||
'-ms-transform-origin: 0 0;',
|
||||
'-moz-transform-origin: 0 0;',
|
||||
'-webkit-transform-origin: 0 0;',
|
||||
'}',
|
||||
|
||||
'.blocklyNonSelectable {',
|
||||
'user-select: none;',
|
||||
'-moz-user-select: none;',
|
||||
|
@ -310,14 +320,13 @@ Blockly.Css.CONTENT = [
|
|||
|
||||
'.blocklyHtmlInput {',
|
||||
'border: none;',
|
||||
'border-radius: 4px;',
|
||||
'font-family: sans-serif;',
|
||||
'height: 100%;',
|
||||
'margin: 0;',
|
||||
'outline: none;',
|
||||
'padding: 0 1px;',
|
||||
'padding: 2px 0;',
|
||||
'width: 100%;',
|
||||
'text-align: center',
|
||||
'text-align: center;',
|
||||
'}',
|
||||
|
||||
'.blocklyMainBackground {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue