Commit 5c2de82
committed
fix(live): single header divider via inset shadow + transparent-border row gaps
The double line below the /live results-table header persisted through two
box-shadow tweaks because the real cause is the 4px border-spacing gap directly
below the sticky header — a second element no outset-shadow tuning fully hides.
Adopt admin.html's proven approach (scoped to .table-wrap): border-spacing:0 +
an INSET box-shadow (inset 0 -1px 0 var(--border)) that paints the 1px divider
exactly AT the th's bottom edge, with row gaps recreated via a transparent td
bottom-border (background-clip:padding-box). No 4px gap under the header → exactly
one divider line. Test suite green (188/31/45/35).1 parent a6f1709 commit 5c2de82
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
383 | 395 | | |
384 | 396 | | |
385 | 397 | | |
| |||
0 commit comments