/* ============================================== */
/* CSS for control sap.m/WizardProgressNavigator  */
/* Belize High Contrast Black theme               */
/* ============================================== */

.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] {
	.sapMWizardProgressNavStepContainer::after {
		background: @sapUiObjectHeaderBorderColor;
	}
}

.sapMWizardProgressNavStep[data-sap-ui-wpn-step-active="true"] {

	/* all steps after the active one have inactive style */
	& ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepCircle {
		background: @sapUiHcReducedBackground;
		border-color: @sapUiHcReducedAltForeground;
		color: @sapUiHcReducedAltForeground;
	}

	/* all separators after (and including) the active step have inactive style */
	&::after,
	& ~ .sapMWizardProgressNavStep::after {
		border-bottom-color: @sapUiHcReducedAltForeground;
	}
}