Name refactor
parent
64123c5cbd
commit
3b7280acb1
|
@ -129,7 +129,7 @@ export default {
|
|||
hoverColor: '{primary.600}',
|
||||
activeColor: '{primary.700}'
|
||||
},
|
||||
listItemHighlight: {
|
||||
highlight: {
|
||||
background: '{primary.50}',
|
||||
backgroundFocus: '{primary.100}',
|
||||
textColor: '{primary.700}',
|
||||
|
@ -158,7 +158,7 @@ export default {
|
|||
hoverColor: '{primary.300}',
|
||||
activeColor: '{primary.200}'
|
||||
},
|
||||
listItemHighlight: {
|
||||
highlight: {
|
||||
background: 'color-mix(in srgb, {primary.400}, transparent 84%)',
|
||||
backgroundFocus: 'color-mix(in srgb, {primary.400}, transparent 76%)',
|
||||
textColor: 'rgba(255,255,255,.87)',
|
||||
|
|
|
@ -130,13 +130,13 @@ export default {
|
|||
}
|
||||
|
||||
.p-orderlist-item.p-highlight {
|
||||
background: var(--p-list-item-highlight-background);
|
||||
color: var(--p-list-item-highlight-text-color);
|
||||
background: var(--p-highlight-background);
|
||||
color: var(--p-highlight-text-color);
|
||||
}
|
||||
|
||||
.p-orderlist-item.p-highlight.p-focus {
|
||||
background: var(--p-list-item-highlight-background-focus);
|
||||
color: var(--p-list-item-highlight-text-color-focus);
|
||||
background: var(--p-highlight-background-focus);
|
||||
color: var(--p-highlight-text-color-focus);
|
||||
}
|
||||
|
||||
.p-orderlist-controls .p-button {
|
||||
|
|
|
@ -55,8 +55,8 @@ export default {
|
|||
}
|
||||
|
||||
.p-organizationchart-node-content.p-highlight {
|
||||
background: var(--p-list-item-highlight-background);
|
||||
color: var(--p-list-item-highlight-text-color);
|
||||
background: var(--p-highlight-background);
|
||||
color: var(--p-highlight-text-color);
|
||||
}
|
||||
|
||||
.p-organizationchart-node-content .p-node-toggler {
|
||||
|
|
|
@ -95,8 +95,8 @@ export default {
|
|||
}
|
||||
|
||||
.p-paginator-page.p-highlight {
|
||||
background: var(--p-list-item-highlight-background);
|
||||
color: var(--p-list-item-highlight-text-color);
|
||||
background: var(--p-highlight-background);
|
||||
color: var(--p-highlight-text-color);
|
||||
}
|
||||
|
||||
.p-paginator-page-input .p-inputtext {
|
||||
|
|
|
@ -130,13 +130,13 @@ export default {
|
|||
}
|
||||
|
||||
.p-picklist-item.p-highlight {
|
||||
background: var(--p-list-item-highlight-background);
|
||||
color: var(--p-list-item-highlight-text-color);
|
||||
background: var(--p-highlight-background);
|
||||
color: var(--p-highlight-text-color);
|
||||
}
|
||||
|
||||
.p-picklist-item.p-highlight.p-focus {
|
||||
background: var(--p-list-item-highlight-background-focus);
|
||||
color: var(--p-list-item-highlight-text-color-focus);
|
||||
background: var(--p-highlight-background-focus);
|
||||
color: var(--p-highlight-text-color-focus);
|
||||
}
|
||||
|
||||
.p-picklist-buttons .p-button {
|
||||
|
|
Loading…
Reference in New Issue