All destructive row actions should be styled as such.

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

props avryl.
fixes #27370.

Built from https://develop.svn.wordpress.org/trunk@27547


git-svn-id: http://core.svn.wordpress.org/trunk@27390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-15 04:26:16 +00:00
parent 87c6791a41
commit 2cf06e429f
4 changed files with 14 additions and 14 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,

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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long