diff --git a/editor/components/block-list/style.scss b/editor/components/block-list/style.scss index bf7469c3d6f27..4f5133935f758 100644 --- a/editor/components/block-list/style.scss +++ b/editor/components/block-list/style.scss @@ -842,10 +842,6 @@ background: $blue-medium-focus; color: $white; - // Drag indicator - cursor: move; /* Fallback for IE/Edge < 14 */ - cursor: grab; - // Animate in .editor-block-list__block:hover & { @include fade_in( .1s );