mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: Show the delete cursor when dragging a block by an editable field. (#9326)
This commit is contained in:
@@ -181,7 +181,8 @@ let content = `
|
||||
cursor: -webkit-grabbing;
|
||||
}
|
||||
|
||||
.blocklyDragging.blocklyDraggingDelete {
|
||||
.blocklyDragging.blocklyDraggingDelete,
|
||||
.blocklyDragging.blocklyDraggingDelete .blocklyField {
|
||||
cursor: url("<<<PATH>>>/handdelete.cur"), auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user