mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5681
This commit is contained in:
parent
57ed42cd0d
commit
c646fdc214
30 changed files with 64 additions and 64 deletions
|
@ -66,8 +66,8 @@ const classes = {
|
|||
separator: 'p-breadcrumb-separator',
|
||||
item: ({ instance }) => ['p-breadcrumb-item', { 'p-disabled': instance.disabled() }],
|
||||
itemLink: 'p-breadcrumb-item-link',
|
||||
icon: 'p-breadcrumb-item-icon',
|
||||
label: 'p-breadcrumb-item-label'
|
||||
itemIcon: 'p-breadcrumb-item-icon',
|
||||
itemLabel: 'p-breadcrumb-item-label'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue