Fix highlighting of sections in edit history
authorMarcel Werk <burntime@woltlab.com>
Fri, 4 Oct 2024 09:11:59 +0000 (11:11 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 4 Oct 2024 09:11:59 +0000 (11:11 +0200)
wcfsetup/install/files/style/ui/messageEditHistory.scss

index e48c069000b47af4693a5801f2a7e3dac3dfb4dd..e5ea19c06c546fbdf58e655580a35d5f2e1dd091 100644 (file)
                grid-template-columns: 1fr 1fr;
        }
 
-       del {
+       del,
+       .vdd-removed {
                background-color: var(--diffDel-background);
                color: var(--diffDel-color);
                text-decoration: line-through;
        }
 
-       ins {
+       ins,
+       .vdd-added,
+       .vdd-modified {
                background-color: var(--diffIns-background);
                color: var(--diffIns-color);
                text-decoration: none;