#45490 closed defect (bug) (duplicate)
Load wp-edit-blocks styles after wp-block-library
Reported by: | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Duplicate of #45442.