Fix inconsistencies in feature selector processing part 2: pseudo block instances#78326
Fix inconsistencies in feature selector processing part 2: pseudo block instances#78326tellthemachines wants to merge 2 commits into
Conversation
|
Flaky tests detected in f0614e8. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25904324897
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +283 B (0%) Total Size: 7.96 MB 📦 View Changed
ℹ️ View Unchanged
|
What?
Complementary to #78276; follow-up from #76491.
Addresses feature selector creation for styles applied to block instance pseudo states.
In trunk, width and text orientation styles applied to pseudo states of the Button block don't work correctly because they're being applied to the inner element, whereas they should be on the Button wrapper.
This PR ensures those styles are targeting the correct element.
Testing Instructions
Use of AI Tools
Code written with GPT 5.5/codex.