Commit 3aefbb3
fix(site): wall hover arrow loses to extracted-CSS order in production.
The base arrow rule and its hover override tied at specificity (0,2,2),
so whichever the extractor emitted last won; production chunk order
emitted the hover rule first and the accent never applied. Out-specify
the base instead of tying with it, same medicine as a.stat above.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 003e00d commit 3aefbb3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| |||
0 commit comments