UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

26 lines (22 loc) 886 B
/* ============================================== */ /* CSS for control sap.m/WizardProgressNavigator */ /* 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; } }