Differences From Artifact [944fb07296]:
- File src/default.css — part of check-in [419756c6fd] at 2024-12-11 23:02:57 on branch diff-toggle-all — Diff toggles: add a label to the checkbox to make it easier to click, add an 'all' button which toggles all diffs, and remove the toggle from the /fdiff page because it only has a single diff block. (user: stephan size: 46313) [more...]
To Artifact [4aad8d060e]:
- File src/default.css — part of check-in [a718a76894] at 2024-12-13 00:41:49 on branch trunk — Diff toggles: move the toggle-all button into the page-level diff UI controls (and add that area to the /ckout page) and only show the toggle-all option if more than one diff is being shown. Only show the Sync-sbs-diff preference checkbox when rendering sbs diffs. There is some slight visual inconsistency across various pages in how the toggle-all button is rendered, so there's still opportunity for some polishing-up. (user: stephan size: 46349) [more...]
| ︙ | |||
746 747 748 749 750 751 752 753 754 755 756 757 758 759 | 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 | + |
}
body.tkt div.content ol.tkt-changes > li:target > p > span {
border-bottom: 3px solid gold;
}
body.tkt div.content ol.tkt-changes > li:target > ol {
border-left: 1px solid gold;
}
body.cpage-ckout .file-change-line,
body.cpage-info .file-change-line,
body.cpage-vdiff .file-change-line {
margin-top: 16px;
margin-bottom: 16px;
margin-right: 1em /* keep it from nudging right up against the scrollbar-reveal zone */;
display: flex;
flex-direction: row;
|
| ︙ |