-
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
Color Variations: Use Grid rather than VStack #62445
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: +1 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
Flaky tests detected in 9551abf. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9448310186
|
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.
Also confirming this works nicely. Great touch @richtabor! |
Co-authored-by: richtabor <richtabor@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org> Co-authored-by: bgardner <bgardner@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org> Co-authored-by: bgardner <bgardner@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org> Co-authored-by: bgardner <bgardner@git.wordpress.org>
This was cherry-picked to the wp/6.6 branch. |
What?
A small fix to make the color-only variations (alternate color palettes) more palatable. :)
Currently, if a theme includes more than a few, it becomes quite a heavy/tedious view. This PR switches the VStack to use Grid, which more closely resembles both the layout of theme style variations and block style variations, making the UI a bit more familiar.
Testing Instructions
Screenshots or screencast