mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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
|
@ -92,6 +92,7 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-stepper-item-active .p-stepper-item-number {
|
||||
background: ${dt('stepper.item.number.active.background')};
|
||||
border-color: ${dt('stepper.item.number.active.border.color')};
|
||||
color: ${dt('stepper.item.number.active.color')};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue