mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 08:09:18 +02:00
Update TODO after CSS refactoring fixes
This commit is contained in:
6
TODO.md
6
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
|
||||
|
||||
Reference in New Issue
Block a user