Active border color for Steps, Stepper
parent
c9bedbd4b0
commit
004737eb38
|
@ -92,6 +92,7 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-stepper-item-active .p-stepper-item-number {
|
.p-stepper-item-active .p-stepper-item-number {
|
||||||
background: ${dt('stepper.item.number.active.background')};
|
background: ${dt('stepper.item.number.active.background')};
|
||||||
|
border-color: ${dt('stepper.item.number.active.border.color')};
|
||||||
color: ${dt('stepper.item.number.active.color')};
|
color: ${dt('stepper.item.number.active.color')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -108,6 +108,7 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-steps-item-active .p-steps-item-number {
|
.p-steps-item-active .p-steps-item-number {
|
||||||
background: ${dt('steps.item.number.active.background')};
|
background: ${dt('steps.item.number.active.background')};
|
||||||
|
border-color: ${dt('steps.item.number.active.border.color')};
|
||||||
color: ${dt('steps.item.number.active.color')};
|
color: ${dt('steps.item.number.active.color')};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{content.background}',
|
activeBackground: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{content.border.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.color}',
|
activeColor: '{primary.color}',
|
||||||
size: '2rem',
|
size: '2rem',
|
||||||
|
|
|
@ -25,6 +25,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{content.background}',
|
activeBackground: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{content.border.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.color}',
|
activeColor: '{primary.color}',
|
||||||
size: '2rem',
|
size: '2rem',
|
||||||
|
|
|
@ -37,6 +37,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{primary.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.contrast.color}',
|
activeColor: '{primary.contrast.color}',
|
||||||
size: '2.25rem',
|
size: '2.25rem',
|
||||||
|
|
|
@ -25,6 +25,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{primary.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.contrast.color}',
|
activeColor: '{primary.contrast.color}',
|
||||||
size: '2.25rem',
|
size: '2.25rem',
|
||||||
|
|
|
@ -31,12 +31,13 @@ export default {
|
||||||
itemTitle: {
|
itemTitle: {
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.color}',
|
activeColor: '{primary.color}',
|
||||||
fontWeight: '500'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
itemNumber: {
|
itemNumber: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{primary.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.contrast.color}',
|
activeColor: '{primary.contrast.color}',
|
||||||
size: '2rem',
|
size: '2rem',
|
||||||
|
|
|
@ -19,12 +19,13 @@ export default {
|
||||||
itemLabel: {
|
itemLabel: {
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.color}',
|
activeColor: '{primary.color}',
|
||||||
fontWeight: '500'
|
fontWeight: '700'
|
||||||
},
|
},
|
||||||
itemNumber: {
|
itemNumber: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
activeBackground: '{primary.color}',
|
activeBackground: '{primary.color}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
|
activeBorderColor: '{primary.color}',
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
activeColor: '{primary.contrast.color}',
|
activeColor: '{primary.contrast.color}',
|
||||||
size: '2rem',
|
size: '2rem',
|
||||||
|
|
Loading…
Reference in New Issue