-
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
Verse Block: Add support for custom colors #27736
Conversation
Size Change: -115 B (0%) Total Size: 1.43 MB
ℹ️ View Unchanged
|
Hey Kerry @gwwar can you do a review of Ben's PR to add color to the Verse block? |
@scruffian do you mind rebasing so I can manually test? Code here looks good so far 👍 |
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.
@@ -1,3 +0,0 @@ | |||
pre.wp-block-verse { | |||
color: $gray-900; |
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 probably okay to remove. It didn't look like we were applying this to the published view. Not sure why we needed this one.
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 reviving this one @kjellr this one tests well for me too
Thanks, everyone! |
Thanks for taking care of this - I've been AFK! |
Description
Adds support for custom colors to the Verse bloc.
How has this been tested?
In TT1 Blocks
Screenshots
Types of changes
New feature
Checklist: