diff --git a/core/comments/comment_view.ts b/core/comments/comment_view.ts index 06a6433ec..8cbe0e774 100644 --- a/core/comments/comment_view.ts +++ b/core/comments/comment_view.ts @@ -845,4 +845,13 @@ css.register(` stroke: #fc3; stroke-width: 3px; } + +.blocklyCollapsed.blocklySelected .blocklyCommentHighlight { + stroke: none; +} + +.blocklyCollapsed.blocklySelected .blocklyCommentTopbarBackground { + stroke: #fc3; + stroke-width: 3px; +} `);