Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#45490 closed defect (bug) (duplicate)

Load wp-edit-blocks styles after wp-block-library

Reported by: jorgefilipecosta's profile jorgefilipecosta Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch
Focuses: ui, administration Cc:

Description

Fixes: https://github.com/WordPress/gutenberg/pull/12619
Related: https://github.com/WordPress/gutenberg/pull/12619

During the editor development, there was some expectation that styles implemented in the block editor.scss file would overwrite the styles implemented in style.scss. In the plugin, this is happening, but in core that's not the case.

This difference created a bug https://github.com/WordPress/gutenberg/pull/12619 that only happens when testing the editor in core but not in the plugin.

In core, we should make sure that wp-edit-blocks styles are loaded after wp-block-library styles, so the problem does not happen.

Attachments (1)

45490.diff (418 bytes) - added by jorgefilipecosta 6 years ago.

Download all attachments as: .zip

Change History (3)

#1 @jorgefilipecosta
6 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #45442.

#2 @ocean90
6 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.