-
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
Link color doesn't work for author role #25151
Labels
[Type] Bug
An existing feature does not function as intended
Comments
This probably needs checking against the |
Whatever the fix, I recommend adding an E2E test, however small. That way it's guaranteed to be tested by CI against both admin and author roles. |
github-actions
bot
added
the
[Status] In Progress
Tracking issues with work in progress
label
Sep 17, 2020
Related #31488 (will be fixed if/when that approach lands) |
This has been fixed by landing #31524 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to test:
The expected result is that the paragraph, in the front-end, has the class
has-link-color
and also has inlined the style for the color such asstyle="--wp--style--color--link:<some-color-here>"
. What happens instead is that the CSS custom property isn't present.The text was updated successfully, but these errors were encountered: