diff --git a/TODO.md b/TODO.md index 93a5def..7bec0d6 100644 --- a/TODO.md +++ b/TODO.md @@ -49,7 +49,7 @@ # CSS Refactoring (css-methodology-spec.md) - [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 utilities.css (sr-only, skip-link, reduced-motion) - [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] Variables.css → backward-compat wrapper importing colors.css + typography.css - [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 # Current tasks