feat(checkout): CHECKOUT-10307 fix the minor ui-ux issues for enhanced theme - #3277
Open
richapatel1510 wants to merge 3 commits into
Open
feat(checkout): CHECKOUT-10307 fix the minor ui-ux issues for enhanced theme#3277richapatel1510 wants to merge 3 commits into
richapatel1510 wants to merge 3 commits into
Conversation
animesh1987
reviewed
Aug 25, 2026
| $element-border-radius: remCalc(12px); | ||
|
|
||
| // Stretch the checkout page container to the bottom of the viewport; | ||
| // modals also carry .enhancedThemeV1, hence the container id |
Contributor
There was a problem hiding this comment.
Do we need these comments? Feel the css is self explanatory.
animesh1987
reviewed
Aug 25, 2026
| @@ -0,0 +1,12 @@ | |||
| // Payment provider title | |||
Contributor
There was a problem hiding this comment.
This I think can be removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why?
Rollout/Rollback
Rever this PR.
Testing
BEFORE





AFTER




Note
Low Risk
SCSS-only checkout UI tweaks for enhanced theme v1 with no changes to business logic, APIs, or data handling.
Overview
This PR tightens enhanced theme v1 checkout layout and spacing so collapsed steps and short content don’t leave awkward gaps.
The checkout page is stretched to the viewport bottom via flex on
bodywhen#checkout-page-container.enhancedThemeV1is present (scoped so modals that also use the theme class aren’t affected). Step headers drop default bottom padding except on non-last headers, so collapsed step titles stay vertically centered without extra space on the active step. Customer login loses the extra top margin above the returning-customer block. Selected checklist items get a light highlight background; payment provider header rules move into a dedicated_paymentProvider.scss(including zero bottom margin on the sub-header name).Reviewed by Cursor Bugbot for commit 4785143. Bugbot is set up for automated code reviews on this repo. Configure here.