mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Comments: Don't display edit links to trashed post comments.
If a post is in the trash, the comments bubble won't link to the comments list. Fixes: #37826. Props: swissspidy, helen, FolioVision, DrewAPicture, stevenlinx, donmhico, birgire, garrett-eclipse, andraganescu, johnbillion. git-svn-id: https://develop.svn.wordpress.org/trunk@48050 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -75,17 +75,17 @@
|
||||
border-right: 5px solid transparent;
|
||||
}
|
||||
|
||||
.column-response .post-com-count-approved:hover .comment-count-approved,
|
||||
.column-response .post-com-count-approved:focus .comment-count-approved,
|
||||
.column-comments .post-com-count-approved:hover .comment-count-approved,
|
||||
.column-comments .post-com-count-approved:focus .comment-count-approved {
|
||||
.column-response a.post-com-count-approved:hover .comment-count-approved,
|
||||
.column-response a.post-com-count-approved:focus .comment-count-approved,
|
||||
.column-comments a.post-com-count-approved:hover .comment-count-approved,
|
||||
.column-comments a.post-com-count-approved:focus .comment-count-approved {
|
||||
background: #0073aa;
|
||||
}
|
||||
|
||||
.column-response .post-com-count-approved:hover:after,
|
||||
.column-response .post-com-count-approved:focus:after,
|
||||
.column-comments .post-com-count-approved:hover:after,
|
||||
.column-comments .post-com-count-approved:focus:after {
|
||||
.column-response a.post-com-count-approved:hover:after,
|
||||
.column-response a.post-com-count-approved:focus:after,
|
||||
.column-comments a.post-com-count-approved:hover:after,
|
||||
.column-comments a.post-com-count-approved:focus:after {
|
||||
border-top-color: #0073aa;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user