#58531 closed defect (bug) (fixed)
Twenty Seventeen: Post Template block has list-style: disc in editor when front end has no list style
Reported by: | nkeller15 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | minor | Version: | 6.2.2 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
Steps to reproduce:
- Activate Twenty Seventeen Theme
- Add the Posts List block and choose the Grid pattern
- Notice how disc list style is applyied to list elements
- Save and view published page where discs are not visible
Attachments (6)
Change History (10)
#1
@
16 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.3
- Summary changed from Twenty Seventeen - List style disc in post template when front end has no list style to Twenty Seventeen: Post Template block has list-style: disc in editor when front end has no list style
The discs also show in the editor the List view, and the patch removes them from both the Grid and List views (as it is on the front).
Using the :not(.wp-block-gallery, .wp-block-post-template)
selector list does not increase the specificity. Because this only changes the editor, I am not concerned about browsers that cannot support a selector list inside :not()
.
#2
@
16 months ago
- Owner set to audrasjb
- Status changed from new to reviewing
Self assigning for final review and commit.
This ticket was mentioned in Slack in #core-test by ironprogrammer. View the logs.
14 months ago
Note: See
TracTickets for help on using
tickets.
editor screenshot