mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed stepper colors
This commit is contained in:
parent
cd74265a10
commit
2e57ae9a6e
2 changed files with 13 additions and 13 deletions
|
@ -18,9 +18,9 @@ const classes = {
|
|||
'p-disabled': instance.isItemDisabled(index)
|
||||
}
|
||||
],
|
||||
action: 'p-stepper-header',
|
||||
number: 'p-stepper-number',
|
||||
title: 'p-stepper-title',
|
||||
action: 'p-stepper-item-header',
|
||||
number: 'p-stepper-item-number',
|
||||
title: 'p-stepper-item-title',
|
||||
separator: 'p-stepper-separator',
|
||||
toggleableContent: 'p-stepper-panel-content-container',
|
||||
content: 'p-stepper-panel-content'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue