Note that custom background and text colors (rendered as background-color
and color
in a style
attribute) are respected. The custom link color is not.
cc: @jeffikus
Render the link color.
The link color is not respected.
It _says_ "green" but the link _should be #ff00ff
"pink".
I could repro this issue in a dotorg setup with an author role, see https://github.com/WordPress/gutenberg/issues/25151 In dotcom, I experienced this by testing with an admin role.
@sirreal @scruffian Got a potential fix for this at https://github.com/WordPress/gutenberg/pull/25411 Note, however, what I reported above: it looks like dotcom may be doing additional things to what core does, so it's worth looking into that separately.
Ah, it'd be great if you have a way to report whether the fix works for dotcom as it is.
Ah, it'd be great if you have a way to report whether the fix works for dotcom as it is
@nosolosw, I installed the build from https://github.com/WordPress/gutenberg/pull/25411 in D50012-code & tested in on my side but it doesn't seem like this patch alone fixes the issue:
| Editor | Preview |
| ------------- | ------------- |
| |
|
@nosolosw has there been any follow-up regarding this issue on dotcom? This seems to be still happening.
I can't speak for dotcom but, for core, we're going to revisit how to fix this (see comment).
has there been any follow-up regarding this issue on dotcom? This seems to be still happening.
Context: There was a Seedlet theme update, which is why we revisited 馃檪
Let's revisit this when 9.2 lands.
Just confirming that this is still an issue in wpcom with Seedlet theme activated.
In the editor, with a custom link color set (to red):
In the front end:
Most helpful comment
I can't speak for dotcom but, for core, we're going to revisit how to fix this (see comment).