-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
CSS link color specified in templates not generated in v17.8.0 #59462
Comments
Same here. When changing a link color, for instance in post title query it only applies in editor but in frontend the browser uses its default link colors. |
I can replicate the issue on Replication steps are the same:
|
It appears as though something has changed with regard to the generation of the
As the class name includes a hash of the |
The root cause of this issue occurs when the The elements block support needs the combination of the two filters. The The changes regarding the |
Hmm, I think the best way forward is to change the approach to element classname generation so it's not dependent on mutable data. The |
Description
In Gutenberg v17.8.0, the link color specified in the template is not being applied to the link when viewed in the frontend. It seems that the style rules are not correctly generated.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: