-
Notifications
You must be signed in to change notification settings - Fork 360
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
Club: adding button styles #6237
Conversation
"text": "var(--wp--preset--color--foreground)" | ||
}, | ||
"border": { | ||
"color": "var(--wp--preset--color--foreground)" |
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 requires this Gutenberg PR to work. WordPress/gutenberg#42053
Otherwise, the border property is overridden by the default block styles.
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 your feedback!
The outline button in the editor should be fixed with the latest commit.
To work as expected we need this PR to be merged as I pointed out in this comment before. |
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.
LGTM!
Changes proposed in this Pull Request:
Implementing button styles for Club theme
Related issue(s):
fixes: #6215