mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 01:00:04 +00:00
Comment List Tables:
* Toggle visibility of pending bubble when a comment is dynamically moderated * Add a CSS class to the pending bubble to hide it / remove to show it See #11200. git-svn-id: https://develop.svn.wordpress.org/trunk@33692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -117,6 +117,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.column-response .post-com-count-no-pending,
|
||||
.column-comments .post-com-count-no-pending {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
|
||||
.commentlist li {
|
||||
|
||||
Reference in New Issue
Block a user