mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #2617 from woocommerce/PCP-3693-adjust-numbering-logic-to-display-correct-numbers-during-checkout-steps
AXO Blocks: Fix the step counter in block checkout in the initial Fastlane stage
This commit is contained in:
commit
c92d90f542
1 changed files with 13 additions and 0 deletions
|
@ -204,6 +204,19 @@ $fast-transition-duration: 0.5s;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 4.8 Counter fix
|
||||
.wc-block-checkout__form {
|
||||
counter-reset: visible-step;
|
||||
|
||||
.wc-block-components-checkout-step--with-step-number {
|
||||
counter-increment: visible-step;
|
||||
|
||||
.wc-block-components-checkout-step__title:before {
|
||||
content: counter(visible-step) ". ";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 5. Shipping/Card Change Link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue