- "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
29 lines
459 B
SCSS
29 lines
459 B
SCSS
body.c-post-versions.a-index {
|
|
#subnav-undo-selected-link {
|
|
display: none;
|
|
}
|
|
|
|
.post-version-select-column {
|
|
min-width: 2em;
|
|
}
|
|
|
|
.advanced-search-link {
|
|
margin: 0 1em;
|
|
}
|
|
|
|
ins.diff-obsolete a {
|
|
color: var(--diff-list-obsolete-added-color);
|
|
font-weight: bold;
|
|
}
|
|
|
|
del.diff-obsolete a {
|
|
color: var(--diff-list-obsolete-removed-color);
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.tags-column,
|
|
td.edits-column {
|
|
width: 40%;
|
|
}
|
|
}
|