-
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
Cover: Show Resize Tooltip on Drag #23522
Conversation
Size Change: +56 B (0%) Total Size: 1.26 MB
ℹ️ View Unchanged
|
20c008e
to
be0401e
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.
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.
Thanks for updating this one @aaronrobertshaw! This is testing nicely for me in the editor. I noticed that the background color of the Tooltip appears to be different to Tooltips used elsewhere in Gutenberg, but it appears to be due to the ResizableBox's Tooltip styles (on this line?). It might be good to make it consistent with other Tooltips, but not a blocker for merging in this one, I don't think 👍
LGTM! ✨
This update enables the Resize tooltip for the Cover block. It appears below the cover block when dragging.
How has this been tested?
Tested in local Gutenberg
npm run dev
Checklist: