Remove strikethrough from revisions UI. See #24422.
git-svn-id: http://core.svn.wordpress.org/trunk@24354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
063b1d4cb8
commit
eebf8126d5
|
@ -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