chore: fix comment colours disappearing when dragging (#7978)

This commit is contained in:
Beka Westberg
2024-04-02 21:37:54 +00:00
committed by GitHub
parent f7bdfa2062
commit 3988e13fbc

View File

@@ -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;
}