Add alternate comparison types to versions
- The types are: -- Previous: The default and the previously used type -- Subsequent: Compares against the next version -- Current: Compares against the current version - Allow switching between comparison types in index and diff views -- Have links vary depending upon current comparison type
This commit is contained in:
@@ -5,20 +5,12 @@
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.added.obsolete, .added.obsolete a {
|
||||
color: var(--diff-list-obsolete-added-color);
|
||||
}
|
||||
|
||||
.removed, .removed a {
|
||||
color: var(--diff-list-removed-color);
|
||||
text-decoration: line-through;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.removed.obsolete, .removed.obsolete a {
|
||||
color: var(--diff-list-obsolete-removed-color);
|
||||
}
|
||||
|
||||
ins, ins a {
|
||||
color: var(--diff-list-added-color);
|
||||
text-decoration: none;
|
||||
@@ -30,14 +22,6 @@
|
||||
text-decoration: line-through;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
ins.obsolete, ins.obsolete a {
|
||||
color: var(--diff-list-obsolete-added-color);
|
||||
}
|
||||
|
||||
del.obsolete, del.obsolete a {
|
||||
color: var(--diff-list-obsolete-removed-color);
|
||||
}
|
||||
}
|
||||
|
||||
.diff-body {
|
||||
|
||||
Reference in New Issue
Block a user