Fix incorrect css property in editor-color-palette documentation #48333
Fix incorrect css property in editor-color-palette documentation #48333t-hamano merged 1 commit intoWordPress:trunkfrom
Conversation
```
.has-strong-magenta-border-color {
color: #a156b4;
}
```
should be:
```
.has-strong-magenta-border-color {
border-color: #a156b4;
}
```
|
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @sboerrigter! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
color css property should be border-colorcolor css property should be border-color in editor-color-palette documentation
t-hamano
left a comment
There was a problem hiding this comment.
@sboerrigter
LGTM! Thank you for finding this issue. Moving the background color styles to after the color styles is also a very nice improvement, as it matches the order of the inline styles in the actual output 👍
Before:
After:
color css property should be border-color in editor-color-palette documentation |
Congratulations on your first merged pull request, @sboerrigter! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |


should be:
What?
Why?
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast