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