-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update: Make the color popover on the gradient picker appear as expected #37115
Update: Make the color popover on the gradient picker appear as expected #37115
Conversation
Size Change: +179 B (0%) Total Size: 1.11 MB
ℹ️ View Unchanged
|
4aba69a
to
7bf7b06
Compare
7bf7b06
to
327725e
Compare
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.
Hey @jorgefilipecosta , when you're carrying out work in the @wordpress/components
package, it would be better to add an entry to the CHANGELOG, especially when introducing API changes (like the __experimentalIsRenderedInSidebar
prop on GradientPicker
and CustomGradientPicker
)
I also noticed that this PR was merged without any review — feel free to add @mirka and/or myself to the list of the reviewers for anything components-related.
Hi @ciampo,
Changelog entry proposed at #37457.
Thank you for the availability in the future I will include you both as reviewers :) |
This PR fixes color popover on the custom gradient picker it makes the popover appear the same as the one that appears on the color palette custom color picker.
It fixes the shadow border, and the popover position to be on the side.
How has this been tested?
I verified the color picker on the custom gradient component appears as expected.
Screenshots