[wp-trac] [WordPress Trac] #29198: Dashboard Activity Comments widget is missing CSS box-shadow for pingbacks
WordPress Trac
noreply at wordpress.org
Tue Aug 12 20:22:41 UTC 2014
#29198: Dashboard Activity Comments widget is missing CSS box-shadow for pingbacks
----------------------------+-----------------------------
Reporter: chrisl27 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
----------------------------+-----------------------------
The Recent Comments section of the Dashboard activity widget has box-
shadow styling separators between Comments but not Pingbacks, so pingbacks
appear to be part of an adjacent comment.
CSS rule is:
{{{
#activity-widget #the-comment-list .comment {
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
}
}}}
Could be changed to:
{{{
#activity-widget #the-comment-list .comment,.pingback
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29198>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list