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}',
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)',

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {