-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add color classes to the editor styles #898
Conversation
I'm not sure if this is a deliberate in Gutenberg, so I filed an issue here to check, just in case! |
Looks like the above issue has been marked a bug in the Gutenberg repo, but it could still makes sense to patch it in the theme for now, so the experience isn't completely broken, and remove those styles later when it's fixed in Gutenberg. |
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 Jeff! |
## [1.6.1](v1.6.0...v1.6.1) (2020-04-29) ### Bug Fixes * add a temporary fix for a doubled block button outline ([#907](#907)) ([57df314](57df314)) * add color selectors for the editor ([#898](#898)) ([6e94411](6e94411)) * improve appearance of caption with beside featured image setting ([#882](#882)) ([1da6e44](1da6e44)) * make sure amp styles work with logo centering ([#887](#887)) ([0aaec4c](0aaec4c)) * make sure first floated element has top margin ([#903](#903)) ([733d482](733d482)) * tweak primary menu to be properly centred ([#884](#884)) ([9897cb1](9897cb1))
🎉 This PR is included in version 1.6.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Prior to Gutenberg 7.9, the editor styles didn't need the colour classes for the editor colour palette supplied by the theme, but now it does.
This PR adds those classes to the editor styles, and the custom colour files.
See #893.
How to test the changes in this Pull Request:
npm run build
.Other information: