mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +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