From a4ad808eb804e32edf3b848c229542b759db0102 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 15 May 2025 20:46:49 -0400 Subject: Move placeholder-related CSS into `textarea.css`. --- ui/styles/forms.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ui/styles/forms.css') diff --git a/ui/styles/forms.css b/ui/styles/forms.css index a8789b1..98fd43e 100644 --- a/ui/styles/forms.css +++ b/ui/styles/forms.css @@ -23,11 +23,6 @@ form.form > button { margin: 0.25rem; } -[data-placeholder]:empty:before { - content: attr(data-placeholder); - color: var(--light-text); -} - .disabled { color: var(--light-text); } -- cgit v1.2.3