Make the post versions more like the old format
- "Current" is now most like the old format -- It is therefore now the default for post versions - Only show the actual edits in their own column - Show the current state at that version in another column - On the "previous" view, don't double-show full list of tags for the first post versions, so leave edits blank
This commit is contained in:
@@ -89,6 +89,8 @@
|
||||
|
||||
--diff-list-added-color: green;
|
||||
--diff-list-removed-color: red;
|
||||
--diff-list-obsolete-added-color: darkGreen;
|
||||
--diff-list-obsolete-removed-color: darkRed;
|
||||
|
||||
--wiki-page-versions-diff-del-background: #FCC;
|
||||
--wiki-page-versions-diff-ins-background: #CFC;
|
||||
@@ -299,6 +301,8 @@ body[data-current-user-theme="dark"] {
|
||||
|
||||
--diff-list-added-color: var(--green-1);
|
||||
--diff-list-removed-color: var(--red-1);
|
||||
--diff-list-obsolete-added-color: var(--green-3);
|
||||
--diff-list-obsolete-removed-color: var(--red-3);
|
||||
|
||||
--dtext-blockquote-background: var(--grey-3);
|
||||
--dtext-blockquote-border: 1px solid var(--grey-4);
|
||||
|
||||
Reference in New Issue
Block a user