Pool versions diff: Use diff builder to highlight description changes

- Add highlights for name changes
- Separate and name the sections
This commit is contained in:
BrokenEagle
2020-01-07 00:19:24 +00:00
parent 4ab90e5d6e
commit 34542fdf5c
3 changed files with 46 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
div#c-pool-versions {
#a-diff {
del {
background: var(--wiki-page-versions-diff-del-background);
text-decoration: none;
}
ins {
background: var(--wiki-page-versions-diff-ins-background);
text-decoration: none;
}
}
}