Give the one-line text field its own stylesheet entry

<x-input> marks its field root data-md-input, and components/input.css
brings what it renders, the field and its icons, so an application
imports one file per component (plan step 36).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
Andreas Reinhold / reini
2026-09-14 14:09:58 +02:00
co-authored by Claude Opus 5
parent 0341f9d4ca
commit 172629face
4 changed files with 30 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@
/* Inputs, selection and data */
@import './components/form.css';
@import './components/field.css';
@import './components/input.css';
/* Containment */