Update TODO after CSS refactoring fixes

This commit is contained in:
Pontoporeia
2026-05-19 16:56:49 +02:00
parent 7cf020c7bd
commit d619d2f116

View File

@@ -49,7 +49,7 @@
# CSS Refactoring (css-methodology-spec.md) # CSS Refactoring (css-methodology-spec.md)
- [x] Split variables.css into colors.css + typography.css - [x] Split variables.css into colors.css + typography.css
- [x] Create reset.css (Tailwind Preflight) - [x] Create reset.css (modern-normalize base — matches prior project reset; Tailwind Preflight caused regressions)
- [x] Create base.css (≤ 5 site-wide rules) - [x] Create base.css (≤ 5 site-wide rules)
- [x] Create utilities.css (sr-only, skip-link, reduced-motion) - [x] Create utilities.css (sr-only, skip-link, reduced-motion)
- [x] Create components/ (links, focus, forms, tables, dialog, details, media, buttons, badges, toasts, pagination, header, search) - [x] Create components/ (links, focus, forms, tables, dialog, details, media, buttons, badges, toasts, pagination, header, search)
@@ -60,6 +60,10 @@
- [x] Common.css → backward-compat wrapper importing style.css - [x] Common.css → backward-compat wrapper importing style.css
- [x] Variables.css → backward-compat wrapper importing colors.css + typography.css - [x] Variables.css → backward-compat wrapper importing colors.css + typography.css
- [x] Update comment references from common.css → component files - [x] Update comment references from common.css → component files
- [x] Reverted CSS nesting (native CSS nesting breaks in browsers without support; no build step available)
- [x] reset.css: modern-normalize base (not Tailwind Preflight) to avoid border/list/heading regressions
- [x] search.css: restored !important flags on input (overrides forms.css base selectors)
- [x] acces.php: copy password button now shows toast feedback
- [ ] Verify no visual regressions - [ ] Verify no visual regressions
# Current tasks # Current tasks