Make WordPress Core

#62266 closed defect (bug) (fixed)

Block editor: remove reusable blocks stylesheet from iframe

Reported by: ellatrix's profile ellatrix Owned by: peterwilsoncc's profile peterwilsoncc
Milestone: 6.8 Priority: normal
Severity: normal Version: 6.7
Component: Editor Keywords: has-patch, gutenberg-merge
Focuses: Cc:

Change History (4)

#2 @ellatrix
15 months ago

  • Milestone changed from Awaiting Review to 6.8
  • Version set to trunk

#3 @joemcgill
12 months ago

  • Keywords gutenberg-merge added

#4 @peterwilsoncc
12 months ago

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

In 59793:

Editor: Update enqueued styles in the editor.

Updates the enqueued styles in various editors to remove target styles more precisely to where they are needed.

Removes the following stylesheets as dependencies of wp-edit-blocks:

  • wp-editor
  • wp-reusable-blocks
  • wp-patterns

The wp-editor stylesheet is targeted to the items requiring the CSS:

  • edit-widgets
  • customize-widgets
  • edit-site

Props ellatrix, youknowriad.
Fixes #62266, #62274.

Note: See TracTickets for help on using tickets.