Hide pending border on mod queue

This commit is contained in:
Toks
2014-10-30 16:34:34 -04:00
parent 629a72df93
commit 455d9b116d
2 changed files with 5 additions and 5 deletions

View File

@@ -85,19 +85,19 @@ a.blacklisted-active {
}
&.post-status-pending img {
&.post-status-pending:not(.mod-queue-preview) img {
border-color: $preview_pending_color;
}
&.post-status-has-children.post-status-pending img {
&.post-status-has-children.post-status-pending:not(.mod-queue-preview) img {
border-color: $preview_has_children_color $preview_pending_color $preview_pending_color $preview_has_children_color;
}
&.post-status-has-parent.post-status-pending img {
&.post-status-has-parent.post-status-pending:not(.mod-queue-preview) img {
border-color: $preview_has_parent_color $preview_pending_color $preview_pending_color $preview_has_parent_color;
}
&.post-status-has-children.post-status-has-parent.post-status-pending img {
&.post-status-has-children.post-status-has-parent.post-status-pending:not(.mod-queue-preview) img {
border-color: $preview_has_children_color $preview_pending_color $preview_pending_color $preview_has_parent_color;
}