Differences From Artifact [79f9b09303]:
- File src/default.css — part of check-in [b912690fc4] at 2024-08-23 06:02:00 on branch diff-word-wrap — Remove 'display: inline-block' from insertion and deletion marks to get more natural word-wrapping. Try whether the previous, precisely calculated line height and padding values also work to extend the background color to the entire line height. (user: florian size: 43374)
To Artifact [7b93b8b9ce]:
- File src/default.css — part of check-in [abd3bca70e] at 2024-08-25 05:17:00 on branch diff-word-wrap — Exempt diff line numbers and diff marks (separators) from text selections and have click-and-drag selection include only the most recently clicked side for side-by-side (split) diffs. (user: florian size: 43526)
| ︙ | |||
689 690 691 692 693 694 695 696 697 698 699 700 701 702 | 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 | + + + + + + |
background-color: #c0c0ff;
}
td.difftxt.ins ins {
background-color: #a0e4b2;
}
td.difftxt.ins ins.edit {
background-color: #c0c0ff;
}
table.diff td.diffln,
table.diff td.diffsep,
table.splitdiff.select_right td.difftxtl,
table.splitdiff.select_left td.difftxtr {
user-select: none;
}
body.tkt div.content li > table.udiff {
margin-left: 1.5em;
margin-top: 0.5em;
}
body.tkt div.content ol.tkt-changes > li:target > p > span {
border-bottom: 3px solid gold;
|
| ︙ |