fix: remove basic-setup and drawSelection on codemirror instance to resolve ::selection property

This commit is contained in:
liyasthomas
2021-11-12 07:05:34 +05:30
parent 7d7f628f6e
commit 103ef8ee0d
5 changed files with 93 additions and 42 deletions

View File

@@ -31,8 +31,11 @@
}
::selection {
@apply bg-accent;
@apply text-accentContrast;
@apply bg-divider;
}
.cm-focused {
@apply !outline-none;
}
input::placeholder,