#29198 closed defect (bug) (fixed)
Dashboard Activity Comments widget is missing CSS box-shadow for pingbacks
Reported by: | chrisl27 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | |
Focuses: | ui | Cc: |
Description
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
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Picture of the issue