mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
css: centralise semantic element baseline styles in common.css
This commit is contained in:
13
TODO.md
13
TODO.md
@@ -8,3 +8,16 @@
|
||||
- [x] Redirect legacy URLs (acces-etudiante.php, file-access.php, system.php) with 301
|
||||
- [x] Update action redirects to point to new pages
|
||||
- [x] Update admin nav header (merged 3 items → 2)
|
||||
|
||||
## CSS refactor
|
||||
|
||||
- [x] Move semantic HTML element baseline styles into common.css
|
||||
- `fieldset` (background, border, padding, radius)
|
||||
- `legend` (font, weight, color, transform)
|
||||
- `small` (size, color, display, margin)
|
||||
- `table`, `th`, `td` (collapse, sizing, spacing)
|
||||
- `dialog` + `::backdrop`
|
||||
- `details > summary`
|
||||
- [x] Remove duplicated rules from admin.css, form.css, system.css, file-access.css
|
||||
- [x] Fix file-access.css to use real design tokens (was using undefined --border, --surface, --accent, etc.)
|
||||
- [x] Remove redundant @import url("./variables.css") from admin.css, system.css, file-access.css
|
||||
|
||||
Reference in New Issue
Block a user