Skip to content
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

Contact form block: guide & warning colors are grey in Gutenberg 7.7 #14975

Closed
simison opened this issue Mar 13, 2020 · 0 comments · Fixed by #15040
Closed

Contact form block: guide & warning colors are grey in Gutenberg 7.7 #14975

simison opened this issue Mar 13, 2020 · 0 comments · Fixed by #15040
Assignees
Labels
[Feature] Contact Form [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack [Type] Bug When a feature is broken and / or not performing as intended
Milestone

Comments

@simison
Copy link
Member

simison commented Mar 13, 2020

In Gutenberg 7.7, contact form has pretty grey colors:

image

It's coming from override CSS:

.jetpack-contact-form .components-placeholder .help-message {
    color: #8d96a0;
}

Removing that helps.

Steps to reproduce the issue

  1. Add forms block to editor in Gutenberg 7.7
  2. Add something else than email to email field that appears
  3. Observe the problem
@simison simison added [Type] Bug When a feature is broken and / or not performing as intended [Feature] Contact Form [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack labels Mar 13, 2020
@jeherve jeherve added this to the 8.4 milestone Mar 13, 2020
@apeatling apeatling self-assigned this Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Contact Form [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants