Make WordPress Core

#62266 closed defect (bug) (fixed)

Block editor: remove reusable blocks stylesheet from iframe

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

Description

Change History (4)

#2 @ellatrix
23 months ago

  • Milestone Awaiting Review6.8
  • Versiontrunk

#3 @joemcgill
19 months ago

  • Keywords gutenberg-merge added

#4 @peterwilsoncc
19 months ago

  • Owner set to peterwilsoncc
  • Resolutionfixed
  • Status newclosed

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.