mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Fix cursor style on template tags
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
.template-tag {
|
.template-tag {
|
||||||
/* Colors */
|
/* 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 hover:border-border-subtle hover:text-text hover:bg-surface-highlight;
|
||||||
|
|
||||||
@apply inline border px-1 mx-[0.5px] rounded dark:shadow;
|
@apply inline border px-1 mx-[0.5px] rounded dark:shadow;
|
||||||
|
|||||||
Reference in New Issue
Block a user