mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add comment target back so that workspace comments can be dragged from center of comment as well as top bar.
This commit is contained in:
parent
5db4c396ce
commit
18c512fce2
3 changed files with 37 additions and 15 deletions
17
core/css.js
17
core/css.js
|
@ -651,14 +651,23 @@ Blockly.Css.CONTENT = [
|
|||
|
||||
'.scratchCommentBody {',
|
||||
'background-color: #fef49c;',
|
||||
'display: flex',
|
||||
'justify-content: center;',
|
||||
'align-items: center;',
|
||||
'}',
|
||||
|
||||
'.scratchCommentRect {',
|
||||
'fill: #fef49c;',
|
||||
'stroke-width: 1px',
|
||||
'}',
|
||||
|
||||
'.scratchCommentTarget {',
|
||||
'fill: transparent;',
|
||||
'}',
|
||||
|
||||
'.scratchWorkspaceCommentBorder {',
|
||||
'stroke: #bcA903;',
|
||||
'stroke-width: 1px;',
|
||||
'}',
|
||||
|
||||
'.scratchCommentTargetFocused {',
|
||||
'fill: none;',
|
||||
'}',
|
||||
|
||||
'.scratchCommentTopBar {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue