-
Notifications
You must be signed in to change notification settings - Fork 69
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
Use paragraph selector instead of label for pmme appearance #9840
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: +371 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
@pierorocca, Could you please take a look to see if it looks better now? |
@gpressutto5 Can you please share which theme you are using and which customizations (colors, additional CSS) are set? I'm having some issues replicating the behavior locally. |
@danielmx-dev I'm using Storefront with this additional css: * {
background-color: #4342da;
color: white;
}
a {
color: white !important;
} |
Thanks, the only thing that I was missing was clearing the transients between branch changes. I'm able to replicate the issue now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected !
Colors looks good. Is the font sizing being addressed in the other PRs? |
@pierorocca Yes, because #9818 aims to set a custom size for this text there's no need to understand what is causing the size inconsistencies from this comment here. |
* develop: Ensure ECE button load events are triggered for multiple buttons on the same page (#9845) Payouts: Add payout bank reference key to payout reports and CSV (#9832) Fix WooPay component spacing (#9748) Use paragraph selector instead of label for pmme appearance (#9840) Allow redirect to the settings page from WCPay connect (#9827) Update references to woocommerce_payments_server (#9824) Fix return types in DocBlocks (#9815) Fix WooPay trial subscriptions purchases (#9778)
Fixes #9803
Changes proposed in this Pull Request
We were using the Label text styles for the
.Text
class for in Stripe Appearance API. This works well in the shortcode checkout because they have similar styles, but the Blocks checkout uses floating labels, so their style is very different from paragraph text.This PR updates the selector for all location, however it is noticeable only in the blocks checkout.
Testing instructions
develop
, but it looks good in this branch.npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge