From 1f5309e097b32d185e0b641789b01d4b45e73f81 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 8 Apr 2024 13:47:03 -0700 Subject: [PATCH] undo text cursor on prompt area (#559) --- src/app/workspace/cmdinput/cmdinput.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/workspace/cmdinput/cmdinput.less b/src/app/workspace/cmdinput/cmdinput.less index fd3489c0..66785d4e 100644 --- a/src/app/workspace/cmdinput/cmdinput.less +++ b/src/app/workspace/cmdinput/cmdinput.less @@ -49,7 +49,6 @@ .base-cmdinput { position: relative; - cursor: text; // Rather than apply the padding to the whole container, we will apply it to the inner contents directly. // This is more fragile, but allows us to capture a larger target area for the individual components. --padding-top: var(--termpad);