Onboarding design picker preview showing wrong button colour for Jenn #95289
Description
Quick summary
The onboarding design picker isn't showing the correct color for the Jenn theme. It's showing a black background rather than a transparent one. The block-preview endpoint correctly shows a transparent background.
Steps to reproduce
- Go to wordpress.com/start
- On the design picker select the Jenn theme (Business category)
- Look at the preview
What you expected to happen
A button with a white outline and a transparent background
What actually happened
A button with a blackground and no border
Impact
One
Available workarounds?
Yes, easy to implement
If the above answer is "Yes...", outline the workaround.
Just pretend you didn't see it and continue the flow.
Platform (Simple and/or Atomic)
No response
Logs or notes
It looks like the CSS is being output, but the CSS under the :root :where(.wp-element-button, .wp-block-button__link)
selector is being prioritised over the :root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link)
selector. Both selectors have the same specificity but on the preview, the element-button
is being output afterwards.
Metadata
Assignees
Type
Projects
Status
Triaged
Activity