Name refactor

pull/5507/head
Cagatay Civici 2024-02-16 14:46:57 +03:00
parent 64123c5cbd
commit 3b7280acb1
5 changed files with 14 additions and 14 deletions

View File

@ -129,7 +129,7 @@ export default {
hoverColor: '{primary.600}', hoverColor: '{primary.600}',
activeColor: '{primary.700}' activeColor: '{primary.700}'
}, },
listItemHighlight: { highlight: {
background: '{primary.50}', background: '{primary.50}',
backgroundFocus: '{primary.100}', backgroundFocus: '{primary.100}',
textColor: '{primary.700}', textColor: '{primary.700}',
@ -158,7 +158,7 @@ export default {
hoverColor: '{primary.300}', hoverColor: '{primary.300}',
activeColor: '{primary.200}' activeColor: '{primary.200}'
}, },
listItemHighlight: { highlight: {
background: 'color-mix(in srgb, {primary.400}, transparent 84%)', background: 'color-mix(in srgb, {primary.400}, transparent 84%)',
backgroundFocus: 'color-mix(in srgb, {primary.400}, transparent 76%)', backgroundFocus: 'color-mix(in srgb, {primary.400}, transparent 76%)',
textColor: 'rgba(255,255,255,.87)', textColor: 'rgba(255,255,255,.87)',

View File

@ -130,13 +130,13 @@ export default {
} }
.p-orderlist-item.p-highlight { .p-orderlist-item.p-highlight {
background: var(--p-list-item-highlight-background); background: var(--p-highlight-background);
color: var(--p-list-item-highlight-text-color); color: var(--p-highlight-text-color);
} }
.p-orderlist-item.p-highlight.p-focus { .p-orderlist-item.p-highlight.p-focus {
background: var(--p-list-item-highlight-background-focus); background: var(--p-highlight-background-focus);
color: var(--p-list-item-highlight-text-color-focus); color: var(--p-highlight-text-color-focus);
} }
.p-orderlist-controls .p-button { .p-orderlist-controls .p-button {

View File

@ -55,8 +55,8 @@ export default {
} }
.p-organizationchart-node-content.p-highlight { .p-organizationchart-node-content.p-highlight {
background: var(--p-list-item-highlight-background); background: var(--p-highlight-background);
color: var(--p-list-item-highlight-text-color); color: var(--p-highlight-text-color);
} }
.p-organizationchart-node-content .p-node-toggler { .p-organizationchart-node-content .p-node-toggler {

View File

@ -95,8 +95,8 @@ export default {
} }
.p-paginator-page.p-highlight { .p-paginator-page.p-highlight {
background: var(--p-list-item-highlight-background); background: var(--p-highlight-background);
color: var(--p-list-item-highlight-text-color); color: var(--p-highlight-text-color);
} }
.p-paginator-page-input .p-inputtext { .p-paginator-page-input .p-inputtext {

View File

@ -130,13 +130,13 @@ export default {
} }
.p-picklist-item.p-highlight { .p-picklist-item.p-highlight {
background: var(--p-list-item-highlight-background); background: var(--p-highlight-background);
color: var(--p-list-item-highlight-text-color); color: var(--p-highlight-text-color);
} }
.p-picklist-item.p-highlight.p-focus { .p-picklist-item.p-highlight.p-focus {
background: var(--p-list-item-highlight-background-focus); background: var(--p-highlight-background-focus);
color: var(--p-list-item-highlight-text-color-focus); color: var(--p-highlight-text-color-focus);
} }
.p-picklist-buttons .p-button { .p-picklist-buttons .p-button {