Merge remote-tracking branch 'origin/main-dev' into main-demo

This commit is contained in:
2025-07-11 18:18:27 +05:30
20 changed files with 970 additions and 125 deletions

View File

@@ -1,6 +1,7 @@
$cursor-default: url("../../assets/cursors/default.svg") 0 0, default;
$cursor-pen: url("../../assets/cursors/pen.svg") 0 0, default;
$cursor-delete: url("../../assets/cursors/pointing.svg") 4 0, default;
$cursor-comment: url("../../assets/cursors/comment.svg") 0 16, default;
$cursor-draw: url("../../assets/cursors/cell.svg") 8 8, default;
$cursor-cross: url("../../assets/cursors/cross.svg") 8 8, default;
$cursor-grab: url("../../assets/cursors/open.svg") 8 8, default;
@@ -51,3 +52,9 @@ $cursor-grabing: url("../../assets/cursors/close.svg") 8 8, default;
}
}
.scene-container.comment {
canvas {
cursor: $cursor-comment !important;
}
}