[54687] introduced a fallback stylesheet for Button block styles (and later File blocks) for both the front end and the editor. In the editor, that has been added within the body, after the theme's block styles. That commit had quick fixes for Twenty Twelve and Twenty Twenty, but raising the specificity for those colors should have been unnecessary. Also, themes such as Twenty Fourteen — and non-bundled themes — still have had a similar problem with the incorrect order. Thus, this changeset: - Registers the stylesheet outside `wp_enqueue_classic_theme_styles()`. - Enqueues classic styles in the `enqueue_block_assets` action instead of adding them in the `block_editor_settings_all` filter. - Deprecates the `wp_add_editor_classic_theme_styles()` function. Follow-up to [54687]. Props sabernhardt, mukesh27. Fixes #61892. Built from https://develop.svn.wordpress.org/trunk@59980 git-svn-id: http://core.svn.wordpress.org/trunk@59322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
187 KiB
187 KiB