You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply a link color to the Post terms block- it'll work in the editor but not on the frontend. The core link style is applied directly to the <a> element and overrides it:
a:where(:not(.wp-element-button)) { ... }
Step-by-step reproduction instructions
Download the latest Gutenberg (17.8.0)
Add a Post Terms block to your Query Loop (for example, the categories block variation)
Apply a text Link color to the post terms block that is different than the site's existing link color
View on the frontend
Screenshots, screen recording, code snippet
Screen.Recording.2024-03-01.at.6.37.37.AM.mov
Environment info
WordPress 6.4 AND Gutenberg 17.8.0
Replicated in TT4 theme and other themes (noticed originally in Wabi)
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
Apply a link color to the Post terms block- it'll work in the editor but not on the frontend. The core link style is applied directly to the
<a>element and overrides it:a:where(:not(.wp-element-button)) { ... }Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Screen.Recording.2024-03-01.at.6.37.37.AM.mov
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