WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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)

sst.png (122.3 KB) - added by chrisl27 7 years ago.
Picture of the issue

Download all attachments as: .zip

Change History (4)

@chrisl27
7 years ago

Picture of the issue

#1 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 29561:

Add missing box-shadow for pingbacks in Dashboard Activity widget.

props chrisl27.
fixes #29198.

#2 @SergeyBiryukov
7 years ago

  • Milestone changed from Awaiting Review to 4.0

#3 @SergeyBiryukov
7 years ago

  • Version changed from trunk to 3.8
Note: See TracTickets for help on using tickets.