Skip to content

Commit

Permalink
Pattern creator: Remove the text color from the button
Browse files Browse the repository at this point in the history
At some point, this button was switched to a "primary" button, which uses the theme color as the background color. This CSS was making the button text invisible.

Fixes #619
  • Loading branch information
ryelle committed Mar 28, 2024
1 parent 24860c8 commit ffddb88
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
color: #fff;
}

/* Change the link color */
.pattern-creator-welcome-guide .components-button.components-guide__forward-button {
color: var(--wp-admin-theme-color);
}

.pattern-creator-welcome-guide__image svg {
position: absolute;
}
Expand Down

0 comments on commit ffddb88

Please sign in to comment.