Fixed #6001 - Stepper: linear mode disabled header defect
parent
0938027c80
commit
57f037c906
|
@ -5,7 +5,7 @@ const classes = {
|
||||||
'p-step',
|
'p-step',
|
||||||
{
|
{
|
||||||
'p-step-active': instance.active,
|
'p-step-active': instance.active,
|
||||||
'p-disabled': instance.isStepDisabled() || props.disabled
|
'p-disabled': !instance.active && (instance.isStepDisabled() || props.disabled)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
header: 'p-step-header',
|
header: 'p-step-header',
|
||||||
|
|
Loading…
Reference in New Issue