mirror of
https://github.com/google/blockly.git
synced 2026-03-08 06:10:12 +01:00
fix: CSS for selected collapsed comments (#8039)
This commit is contained in:
@@ -845,4 +845,13 @@ css.register(`
|
||||
stroke: #fc3;
|
||||
stroke-width: 3px;
|
||||
}
|
||||
|
||||
.blocklyCollapsed.blocklySelected .blocklyCommentHighlight {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.blocklyCollapsed.blocklySelected .blocklyCommentTopbarBackground {
|
||||
stroke: #fc3;
|
||||
stroke-width: 3px;
|
||||
}
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user