From 0867790d87ebbbedb6b20b52139055e109031033 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 18 Jul 2025 18:13:57 -0400 Subject: 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. --- ui/routes/(swatch)/.swatch/ConversationList/+page.svelte | 2 +- ui/routes/(swatch)/.swatch/Message/+page.svelte | 2 +- ui/styles/swatches.css | 3 --- 3 files changed, 2 insertions(+), 5 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 @@
diff --git a/ui/routes/(swatch)/.swatch/Message/+page.svelte b/ui/routes/(swatch)/.swatch/Message/+page.svelte index 6faf3bc..aab17d5 100644 --- a/ui/routes/(swatch)/.swatch/Message/+page.svelte +++ b/ui/routes/(swatch)/.swatch/Message/+page.svelte @@ -76,7 +76,7 @@ dapibus augue. Pellentesque nec tincidunt sem.
diff --git a/ui/styles/swatches.css b/ui/styles/swatches.css index f2a9f99..7d06f59 100644 --- a/ui/styles/swatches.css +++ b/ui/styles/swatches.css @@ -10,9 +10,6 @@ .component-properties textarea { width: 100%; height: 10em; -} - -.component-properties textarea.html { font-family: FiraCode, monospace; } -- cgit v1.2.3