Fix cursor style on template tags

This commit is contained in:
Gregory Schier
2026-01-14 10:36:42 -08:00
parent 99209e088f
commit fe706998d4

View File

@@ -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;