-
Notifications
You must be signed in to change notification settings - Fork 703
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
[Scrollbar] Fix carat spacing to edges #4889
Conversation
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.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@almedina-ms please merge master, I think you need to get fresh visual verification files |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@almedina-ms can you move the arrow by one more pixel and share screenshot with design ? |
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 is causing a layout cycle which might be a known issue. @RBrid @beervoley might have hit the same issue before.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@almedina-ms won't it change the gap between the thumb and the arrow buttons? |
yes, we are aware of that issue but we ended up going with this as we should not modify that gap |
* Update spacing on edges * Clean code to remove changes * Small change reverted * Udpate expected result * Force failure for expected results * Fix carat to edge spacing with no test error * Revert tree view tests failures * Update verification files
Fix the spacing between the carat and the scrollbar edge
Description
Adds margins to all carats to match the designAdds padding to the RepeatButton templates to avoid layout cycles
Motivation and Context
VSO 32319998
How Has This Been Tested?
Approval