Skip to content

Commit

Permalink
chore: fix comment colours disappearing when dragging (google#7978)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored and johnnesky committed Apr 13, 2024
1 parent 1f2e242 commit 70293f5
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 70293f5

Please sign in to comment.