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;