mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Renamed token name
This commit is contained in:
parent
17d2ecb665
commit
57bdae3f69
13 changed files with 53 additions and 53 deletions
|
@ -79,8 +79,8 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-contextmenu-item.p-focus > .p-contextmenu-item-content {
|
||||
color: ${dt('contextmenu.item.hover.color')};
|
||||
background: ${dt('contextmenu.item.hover.background')};
|
||||
color: ${dt('contextmenu.item.focus.color')};
|
||||
background: ${dt('contextmenu.item.focus.background')};
|
||||
}
|
||||
|
||||
.p-contextmenu-item.p-focus > .p-contextmenu-item-content .p-contextmenu-item-icon,
|
||||
|
@ -89,8 +89,8 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-contextmenu-item:not(.p-disabled) > .p-contextmenu-item-content:hover {
|
||||
color: ${dt('contextmenu.item.hover.color')};
|
||||
background: ${dt('contextmenu.item.hover.background')};
|
||||
color: ${dt('contextmenu.item.focus.color')};
|
||||
background: ${dt('contextmenu.item.focus.background')};
|
||||
}
|
||||
|
||||
.p-contextmenu-item:not(.p-disabled) > .p-contextmenu-item-content:hover .p-contextmenu-item-icon,
|
||||
|
@ -99,8 +99,8 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-contextmenu-item-active > .p-contextmenu-item-content {
|
||||
color: ${dt('contextmenu.item.hover.color')};
|
||||
background: ${dt('contextmenu.item.hover.background')};
|
||||
color: ${dt('contextmenu.item.focus.color')};
|
||||
background: ${dt('contextmenu.item.focus.background')};
|
||||
}
|
||||
|
||||
.p-contextmenu-item-active > .p-contextmenu-item-content .p-contextmenu-item-icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue