Skip to content

Commit

Permalink
chore: fix comment colours disappearing when dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Apr 2, 2024
1 parent f7bdfa2 commit 7abd77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/comments/comment_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ export class CommentView implements IRenderedElement {
}

css.register(`
.blocklyWorkspace {
.injectionDiv {
--commentFillColour: #FFFCC7;
--commentBorderColour: #F2E49B;
}
Expand All @@ -758,6 +758,7 @@ css.register(`
.blocklyDeleteIcon {
width: 20px;
height: 20px;
display: none;
cursor: pointer;
}
Expand Down

0 comments on commit 7abd77d

Please sign in to comment.