From fe706998d40a79091fe7554895f4bfef24137686 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 14 Jan 2026 10:36:42 -0800 Subject: [PATCH] Fix cursor style on template tags --- src-web/components/core/Editor/Editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index 72467b11..ffe43a12 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -101,7 +101,7 @@ .template-tag { /* Colors */ - @apply bg-surface text-text border-border-subtle whitespace-nowrap; + @apply bg-surface text-text border-border-subtle whitespace-nowrap cursor-default; @apply hover:border-border-subtle hover:text-text hover:bg-surface-highlight; @apply inline border px-1 mx-[0.5px] rounded dark:shadow;