All destructive row actions should be styled as such.

This fixes spam and trash links in the dashboard activity widget.

props avryl.
fixes #27370.


git-svn-id: https://develop.svn.wordpress.org/trunk@27547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-15 04:25:55 +00:00
parent 526bf7d352
commit 2123afcbd3
1 changed files with 6 additions and 6 deletions

View File

@ -793,9 +793,9 @@ hr {
border-bottom: 1px solid #fafafa;
}
table.widefat span.delete a,
table.widefat span.trash a,
table.widefat span.spam a,
.row-actions span.delete a,
.row-actions span.trash a,
.row-actions span.spam a,
.plugins a.delete,
#all-plugins-table .plugins a.delete,
#search-plugins-table .plugins a.delete,
@ -809,9 +809,9 @@ table.widefat span.spam a,
abbr.required,
.file-error,
.widget-control-remove:hover,
table.widefat .delete a:hover,
table.widefat .trash a:hover,
table.widefat .spam a:hover,
.row-actions .delete a:hover,
.row-actions .trash a:hover,
.row-actions .spam a:hover,
.plugins a.delete:hover,
#all-plugins-table .plugins a.delete:hover,
#search-plugins-table .plugins a.delete:hover,