Add a `deleted-post` class to the deleted post action
This commit is contained in:
parent
dbd2d29abe
commit
df163cbf61
|
@ -120,7 +120,7 @@ createWidget('actions-summary-item', {
|
|||
});
|
||||
|
||||
createWidget('deleted-post', {
|
||||
tagName: 'div.post-action',
|
||||
tagName: 'div.post-action.deleted-post',
|
||||
|
||||
html(attrs) {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue