Merge pull request #8140 from maribethb/grabby

fix: change cursor to grab on ws comment bar
This commit is contained in:
Maribeth Bottorff
2024-05-17 09:47:45 -07:00
committed by GitHub

View File

@@ -810,6 +810,7 @@ css.register(`
}
.blocklyCommentTopbarBackground {
cursor: grab;
fill: var(--commentBorderColour);
height: 24px;
}