mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Active border color for Steps, Stepper
This commit is contained in:
parent
c9bedbd4b0
commit
004737eb38
8 changed files with 10 additions and 2 deletions
|
@ -108,6 +108,7 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-steps-item-active .p-steps-item-number {
|
||||
background: ${dt('steps.item.number.active.background')};
|
||||
border-color: ${dt('steps.item.number.active.border.color')};
|
||||
color: ${dt('steps.item.number.active.color')};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue