refactor: Remove redundant CSS class in TextAreaInput.svelte

This commit is contained in:
kwaroran
2024-05-26 12:40:20 +09:00
parent 4d304f75d2
commit 018eb9e0ac

View File

@@ -38,7 +38,6 @@
{#if !highlight || !CSS.highlights || isFirefox}
<textarea
class="w-full h-full bg-transparent focus-within:outline-none resize-none absolute top-0 left-0 z-10 overflow-y-auto"
class:text-transparent={highlight}
class:px-4={padding}
class:py-2={padding}
{autocomplete}