fix: CSS for selected collapsed comments (#8039)

This commit is contained in:
Beka Westberg
2024-04-17 16:48:43 +00:00
committed by GitHub
parent 94dda6e668
commit 70f3f52911

View File

@@ -845,4 +845,13 @@ css.register(`
stroke: #fc3;
stroke-width: 3px;
}
.blocklyCollapsed.blocklySelected .blocklyCommentHighlight {
stroke: none;
}
.blocklyCollapsed.blocklySelected .blocklyCommentTopbarBackground {
stroke: #fc3;
stroke-width: 3px;
}
`);