refactor: Remove redundant CSS class in TextAreaInput.svelte
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user