Commit 0420aff
committed
fix(print): globally force-expand all <details> in print
nav, aside, and other interactive chrome are already suppressed by the
print hide list, so scoping <details> expansion to .sf-prose was
unnecessarily conservative. Any remaining <details> on a printed page
is content that the reader needs to see. Remove the .sf-prose scope so
all details elements have their content revealed and summary hidden.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016sHFkqd9bBBK3jN7faE9WV1 parent fb4e3e5 commit 0420aff
3 files changed
Lines changed: 11 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
131 | 124 | | |
132 | 125 | | |
133 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28577 | 28577 | | |
28578 | 28578 | | |
28579 | 28579 | | |
28580 | | - | |
28581 | | - | |
| 28580 | + | |
28582 | 28581 | | |
28583 | 28582 | | |
28584 | 28583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | 275 | | |
0 commit comments