mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: fix comment colours disappearing when dragging (#7978)
This commit is contained in:
@@ -733,7 +733,7 @@ export class CommentView implements IRenderedElement {
|
||||
}
|
||||
|
||||
css.register(`
|
||||
.blocklyWorkspace {
|
||||
.injectionDiv {
|
||||
--commentFillColour: #FFFCC7;
|
||||
--commentBorderColour: #F2E49B;
|
||||
}
|
||||
@@ -758,6 +758,7 @@ css.register(`
|
||||
.blocklyDeleteIcon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user