diff --git a/ts/editor/TagInput.svelte b/ts/editor/TagInput.svelte index 9d901d48a..d8a263eb4 100644 --- a/ts/editor/TagInput.svelte +++ b/ts/editor/TagInput.svelte @@ -90,6 +90,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html display: inline-grid; height: 100%; + cursor: text; + + &:focus-within { + cursor: default; + } + &::after, input { color: var(--text-fg);