Refactor #6647 - For Stepper

pull/6674/head
tugcekucukoglu 2024-10-28 13:03:20 +03:00
parent 780165c44d
commit 2d398a70ac
1 changed files with 4 additions and 0 deletions

View File

@ -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')};
}