Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Theme JSON: Ensure root selector (body) is not wrapped in :root :wher…
…e(). Pre-WordPress 6.6, the `body` selector was used for styles associated with the body. In 6.6, this was mistakenly changed to `:root :where(body)`, an increase in specificity, causing some issues for themes. This change reverts the specificity increase, styles again use the `body` selector. Syncs PHP changes from WordPress/gutenberg#63726. Reviewed by hellofromTonya. Merges [58856] and [58861] to the 6.6 branch. Props talldanwp, andrewserong, aaronrobertshaw, mukesh27, hellofromTonya. Fixes #61704. Built from https://develop.svn.wordpress.org/branches/6.6@58874 git-svn-id: http://core.svn.wordpress.org/branches/6.6@58270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information