From 17e4f1c96665dd56ff33f5a45db809f7e2805e82 Mon Sep 17 00:00:00 2001 From: John Nesky Date: Thu, 15 Aug 2024 11:41:22 -0700 Subject: [PATCH] Fix: let workspace comment have delete cursor over trash. (#8477) --- core/comments/comment_view.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/comments/comment_view.ts b/core/comments/comment_view.ts index bf615163c..72f72fa38 100644 --- a/core/comments/comment_view.ts +++ b/core/comments/comment_view.ts @@ -827,7 +827,6 @@ css.register(` } .blocklyCommentTopbarBackground { - cursor: grab; fill: var(--commentBorderColour); height: 24px; }