coolify/resources/views/components/forms
Andras Bacsai bc39c2caa8 fix: eliminate layout shift on input border indicator using box-shadow
Replace border-based left indicator with inset box-shadow to prevent unwanted layout shifts when focusing or marking fields as dirty. The solution reserves 4px space with transparent shadow in default state and transitions to colored shadow on focus/dirty without affecting the box model. Update all form components (input, textarea, select, datalist) for consistency.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 15:29:06 +01:00
..
button.blade.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
checkbox.blade.php Fix duplicate HTML ID warnings in form components 2025-10-14 10:27:41 +02:00
copy-button.blade.php fix(ui): only show copy button on https 2025-04-02 19:38:53 +02:00
datalist.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
input.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
monaco-editor.blade.php fix: Monaco editor empty for docker compose applications 2025-10-27 12:48:20 +01:00
select.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
textarea.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00