From 17a6338154b3ea5378eda6dd9ecae68a77238b5c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 17 Jul 2024 15:43:27 +0300 Subject: [PATCH] Duplicate styles --- packages/primevue/src/stepper/style/StepperStyle.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/primevue/src/stepper/style/StepperStyle.js b/packages/primevue/src/stepper/style/StepperStyle.js index cc01af960..cc0f49daf 100644 --- a/packages/primevue/src/stepper/style/StepperStyle.js +++ b/packages/primevue/src/stepper/style/StepperStyle.js @@ -113,10 +113,6 @@ const theme = ({ dt }) => ` background: ${dt('stepper.separator.active.background')}; } -.p-step:has(~ .p-step-active) .p-stepper-separator { - background: ${dt('stepper.separator.active.background')}; -} - .p-stepper-separator { flex: 1 1 0; background: ${dt('stepper.separator.background')};