-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix external link indicator in Link Control #60439
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. |
Size Change: +2.51 kB (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From brief testing, the following style appears to solve the problem. .block-editor-link-control__search-item .block-editor-link-control__search-item-title {
display: flex;
} |
Back in the day, one hack to avoid breaking a word in two despite there being a space, was to insert a non breaking space character, |
I realized that trunk intentionally hides the previous external link SVG icon. I updated this to target the .components-external-link__icon class, rather than |
I also agree with this approach. This is because the link may not be an external resource such as an anchor. @jasmussen What do you think? |
I.e. hide the external link entirely, as was the case before? Sounds good, there's likely good past context for that good to not accidentally revert. |
Sorry, I accidentally sent a re-review to @jasmussen 😅 |
Rebased to get tests ✅ |
What?
Follow up to #60255 for Link Control.
Testing Instructions
Screenshots or screencast