-
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 stroke width of resize handles. #34949
Conversation
Size Change: +8 B (0%) Total Size: 1.06 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.
This update looks great.
Thank you, @jasmussen, and the department of subtleties.
Thank you!
Proud representative. Stack enough subtleties on top of each other, and it can become a mountain! |
Does it still do the stronger width on hover? |
You do in this followup PR I'll make in a minute. |
There we go: #34953 |
Description
The resize handles border-material is the same material as that used for focus styles. That is, 1.5px blue borders. But the resize handles are 2px bordered:
This PR fixes that to match:
How has this been tested?
Insert and image and observe a 1.5px blue border around the resize handle.
Checklist:
*.native.js
files for terms that need renaming or removal).