fix: change cursor to grab on ws comment bar

This commit is contained in:
Maribeth Moffatt
2024-05-16 17:54:28 -07:00
parent 280568e66e
commit e4b734c0db

View File

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