From f3814b7d2b037791ebbbfb21a3f2ae553d9085de Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 28 Oct 2025 07:03:19 -0700 Subject: [PATCH] Show cursor in response view --- src-web/components/core/Editor/Editor.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index 726f13ee..21bdb672 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -205,18 +205,8 @@ @apply bg-transparent; } -.cm-wrapper:not(.cm-readonly) .cm-editor { - &.cm-focused .cm-activeLineGutter { - @apply text-text-subtle; - } -} - /* Cursor and mouse cursor for readonly mode */ .cm-wrapper.cm-readonly { - .cm-editor .cm-cursor { - @apply hidden !important; - } - &.cm-singleline * { @apply cursor-default; }