fix visual regressions in admin CSS refactor
Five missing line-height values caused pixel shifts when Tailwind utilities (text-sm, text-lg, text-xs) were replaced with semantic classes that only set font-size. Also remove phantom padding-bottom on .admin-header (the old pb-4 utility was never defined). Fixes: .admin-header, .admin-header-subtitle, .admin-error, .admin-brand, .admin-text-secondary Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -33,6 +33,10 @@ Tier 1 MVP complete. Tier 2 production readiness complete (except Litestream and
|
||||
|
||||
## Next up
|
||||
|
||||
### Admin CSS refactor ([plan](docs/plans/css-migration.md))
|
||||
|
||||
Phase 2 in progress — replacing Tailwind utility clones with semantic CSS classes. Layout shell, core components, and 6 page templates refactored (newsletter, settings, providers, theme, order_show). 11 templates still use utility classes; `utilities.css` stays until they're done. Visual regression fixes applied (5 missing line-height/padding corrections). Phases 1 (layer cascade) and 4 (delete utilities.css) blocked until all templates are migrated.
|
||||
|
||||
### Profit-aware pricing & sales ([plan](docs/plans/profit-aware-pricing.md))
|
||||
|
||||
| # | Task | Depends on | Est | Status |
|
||||
|
||||
Reference in New Issue
Block a user