Refactor #6647 - For Stepper
parent
780165c44d
commit
2d398a70ac
|
@ -170,6 +170,10 @@ const theme = ({ dt }) => `
|
||||||
left: calc(-1 * ${dt('stepper.separator.size')});
|
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 {
|
.p-stepitem:has(~ .p-stepitem-active) .p-stepper-separator {
|
||||||
background: ${dt('stepper.separator.active.background')};
|
background: ${dt('stepper.separator.active.background')};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue