Skip to content

Commit

Permalink
Refactor #6647 - For Stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 28, 2024
1 parent 780165c commit 2d398a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/primevue/src/stepper/style/StepperStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ const theme = ({ dt }) => `
left: calc(-1 * ${dt('stepper.separator.size')});
}
.p-stepitem .p-stepper-separator:dir(rtl) {
left: calc(-9 * ${dt('stepper.separator.size')});
}
.p-stepitem:has(~ .p-stepitem-active) .p-stepper-separator {
background: ${dt('stepper.separator.active.background')};
}
Expand Down

0 comments on commit 2d398a7

Please sign in to comment.