[wp-trac] [WordPress Trac] #56467: Update @wordpress packages and backport changes from Gutenberg plugin into Core
WordPress Trac
noreply at wordpress.org
Tue Oct 25 12:18:11 UTC 2022
#56467: Update @wordpress packages and backport changes from Gutenberg plugin into
Core
--------------------------------------+------------------------------
Reporter: Bernhard Reiter | Owner: Bernhard Reiter
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 6.1
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+------------------------------
Comment (by Bernhard Reiter):
In [changeset:"54687" 54687]:
{{{
#!CommitTicketReference repository="" revision="54687"
Editor: Correctly apply Button block styles for classic themes
In [54358], styling for Button blocks that had been removed from classic
themes was reintroduced. However, it was added with a global scope,
whereas editor styles are usually added with a `.editor-styles-wrapper`
selector, which makes them more specific.
This change modifies the way that classic theme styles are added so that
they also get wrapped in an `.editor-styles-wrapper` selector to match
specificity.
Furthermore, adjust specificity for some Button block related styling in
the editor for the Twenty Twelve and Twenty Twenty themes.
Merges [https://github.com/WordPress/gutenberg/pull/44731 Gutenberg PR
44731] into trunk.
Follow-up to [54358].
Props scruffian, cbravobernal, sabernhardt, audrasjb.
See #56467.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56467#comment:385>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list