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

Quadrat: Buttons Hover and Colors Incorrect in Several Occasions #4602

Closed
beafialho opened this issue Sep 15, 2021 · 1 comment
Closed

Quadrat: Buttons Hover and Colors Incorrect in Several Occasions #4602

beafialho opened this issue Sep 15, 2021 · 1 comment
Assignees
Labels
[Theme] Quadrat [Type] Bug Something isn't working
Milestone

Comments

@beafialho
Copy link
Collaborator

In the WP.com demo site, some buttons aren't looking as intended:

  • The "Learn More" button has the correct hover effect, but the default text is white
  • The "Subscribe" button has an incorrect hover effect, it should turn into an outline button
buttons.mov
  • In the contact form, the "Send Message" button has a Regular font weight, it should be the same as others (Bold)
Editor Demo Site
editor site
@beafialho beafialho added [Type] Bug Something isn't working [Theme] Quadrat labels Sep 15, 2021
@jeffikus jeffikus added this to the Quadrat wpcom milestone Sep 29, 2021
@danieldudzic danieldudzic self-assigned this Sep 29, 2021
@danieldudzic
Copy link
Contributor

I believe the above issues are caused by Jetpack styles.

@scruffian has opened an issue related to this: Automattic/jetpack#15227

The problem with the Contact Form button is that the styles are getting overwritten by:
wp-content/mu-plugins/grunion-contact-form/css/grunion.css

.wp-block-jetpack-button button {
    padding: 20px 30px;
    border: inherit;
    font: inherit;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Theme] Quadrat [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants