Move the select's rules out of the field into select.css

<x-select> marks its field root data-md-select, and what a <select>
changes in the field — covering the whole box, the customizable
select's closed button, the focused look and turned arrow while open —
moves from field.css to components/select.css (plan step 36). The open
list stays in menu.css until the menu leaves Tailwind.

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:11:40 +02:00
co-authored by Claude Opus 5
parent c2fe64e00d
commit 23f2bdabf9
5 changed files with 90 additions and 55 deletions
+1
View File
@@ -19,6 +19,7 @@
@import './components/input.css';
@import './components/password.css';
@import './components/textarea.css';
@import './components/select.css';
/* Containment */