Opened 12 years ago
Closed 12 years ago
#24676 closed defect (bug) (fixed)
Twenty Thirteen: Status format selector adjustment
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | minor | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When testing the editor styles, I noticed that the .format-status p:first-child:before
selector also styles blockquotes (because wordpress adds <p>
tags inside blockquotes). It doesn't seem like this is the intended design, since first-child is used (and people shouldn't use blockquotes here anyway), but perhaps .post-format-status > p:first-child:before
was the intention? That would result in only the single occurrence, instead of the potential for multiple if there is a blockquote for some reason. It would also prevent the styling from displaying if the entire status is in a blockquote, though.
Current:
Proposed:
(by the way, the differing widths are an editor style bug).
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Add direct child selector