Conversation
|
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. |
| // Reusable blocks parent border. | ||
| &.is-reusable.has-child-selected::after { | ||
| box-shadow: 0 0 0 1px var(--wp-admin-theme-color); | ||
| } |
There was a problem hiding this comment.
Somewhat related. I've removed similar unused code from #28283.
|
Size Change: -81 B (0%) Total Size: 2.58 MB
ℹ️ View Unchanged
|
props-bot I'm not sure how this works, but I just liked my WordPress.org account with GitHub :) |
|
As discussed elsewhere, 👍 👍 |
What?
Closes #74062
PR removes parent block outline for Widget Group when child block is selected. This pseudo-element for outline intercepts clicks in some cases and moves the selection to the parent block, which can cause bugs as described in the issue.
Testing Instructions
Testing Instructions for Keyboard
Same.
Screenshots or screencast
CleanShot.2025-12-18.at.18.30.42.mp4