Opened 5 years ago
#47460 new defect (bug)
Twenty Nineteen: heading style breaks headings in content added by core or plugins in the front end
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots |
Focuses: | Cc: |
Description
The Twenty Nineteen style for headings uses some CSS generated content to draw a short horizontal line before the headings.
This comes from the post-section-dash
mixin used for various elements, for example the h1-h2 headings, entry-title
, author-title
, and comments-title
.
So far so good. But when "external" content is added to a Twenty Nineteen page, the horizontal line CSS rule targets any H1 and H2 headings.
For example, when adding the media modal in the front end, the modal headings break. See attached screenshots.
This also applies to any content added by plugins when the added content includes H1 and H2 headings.
Seems to me this CSS selectors should be better scoped to try to target only the headings within the theme content:
"select" media modal used in the front end