Remove strikethrough from revisions UI. See #24422.
git-svn-id: https://develop.svn.wordpress.org/trunk@24354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f6fa418169
commit
5d5bf06ad5
|
@ -1626,7 +1626,6 @@ a.post-state-format,
|
|||
/* Diff */
|
||||
table.diff .diff-deletedline {
|
||||
background-color: #fdd;
|
||||
text-decoration: line-through;
|
||||
border-color: #ffc0c0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1520,7 +1520,6 @@ a.post-state-format,
|
|||
/* Diff */
|
||||
table.diff .diff-deletedline {
|
||||
background-color: #fdd;
|
||||
text-decoration: line-through;
|
||||
border-color: #ffc0c0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue