diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-07-18 18:13:57 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-07-18 18:16:08 -0400 |
| commit | 0867790d87ebbbedb6b20b52139055e109031033 (patch) | |
| tree | 2bc5d4e0c5826ffd25b4c579fcd4e4424d543493 /ui/routes/(swatch)/.swatch/ConversationList | |
| parent | 9ad439d16e797d04804b5d80706fd0e86041b161 (diff) | |
Remove remnant `html` class from swatch textinputs.
This was a leftover from the idea that different swatches might have different input notations - and they do, but we turned out not to need to style them differently. And, in any event, this class was applied (only) to inputs that _aren't HTML_, because of 01ed82ac4f89810161fbc3aa1cb8e4691fb8938b.
Diffstat (limited to 'ui/routes/(swatch)/.swatch/ConversationList')
| -rw-r--r-- | ui/routes/(swatch)/.swatch/ConversationList/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte index 1a56966..ef0c8a9 100644 --- a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte +++ b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte @@ -35,7 +35,7 @@ <div class="component-properties"> <label ><p>conversations (json)</p> - <textarea class="html" bind:value={conversationsInput}></textarea> + <textarea bind:value={conversationsInput}></textarea> </label> <label>active <input type="text" bind:value={active} /></label> |
