-
Notifications
You must be signed in to change notification settings - Fork 219
Fix TwentyX styling issues for cart/checkout form fields #4046
Conversation
Size Change: +815 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
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.
LGTM, just a small formatting comment, but it's not blocking.
.has-dark-controls | ||
.wc-block-components-checkbox__input[type="checkbox"]:checked { |
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.
Was this auto-formatted? I think keeping each selector in one line makes code clearer.
.has-dark-controls | |
.wc-block-components-checkbox__input[type="checkbox"]:checked { | |
.has-dark-controls .wc-block-components-checkbox__input[type="checkbox"]:checked { |
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.
Yeah, it looks like my IDE wrapped it due to length.
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.
Ok, let's merge it as-is. 👍
Fixes the styling issues raised in #3006.
The "Regular and Sale price are misaligned" issue was already solved.
Fixes #3006
Screenshots
Dark and light mode inputs:
How to test the changes in this Pull Request:
Changelog