Unpublished nodes show in a reddish color but unpublished comments look just like published ones.

Comments

jeremycaldwell’s picture

Status: Active » Reviewed & tested by the community

Good catch! Try adding this bit of CSS to your theme's local.css for now and it will be included in the next release.

.inner #comments .comment-unpublished {
  background: #fff4f4;
  border: none;
}
goody815’s picture

Assigned: Unassigned » goody815
Status: Reviewed & tested by the community » Fixed

fixed in D7 version

goody815’s picture

Status: Fixed » Closed (fixed)