Commit 56b48f6
committed
fix: prevent list bullets in nav elements, narrow prose list scope
The list restoration selector matched too broadly — .l-stack and
section:not([class]) caused nav <ul> elements inside Header/Footer
design system examples to show disc bullets.
Two fixes:
- Narrow prose list restoration to only article and .content-page
(the actual markdown prose containers)
- Add explicit nav ul/ol override with real specificity (0,0,2)
that ensures navigation lists never show bullets regardless of
their container context1 parent 76c587c commit 56b48f6
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments