mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored Breadcrumb styles
This commit is contained in:
parent
0f716d4e16
commit
1bee019db6
2 changed files with 8 additions and 8 deletions
|
@ -6,9 +6,9 @@ const classes = {
|
|||
home: 'p-breadcrumb-home-item',
|
||||
separator: 'p-breadcrumb-separator',
|
||||
menuitem: ({ instance }) => ['p-breadcrumb-item', { 'p-disabled': instance.disabled() }],
|
||||
action: 'p-breadcrumb-action',
|
||||
icon: 'p-breadcrumb-icon',
|
||||
label: 'p-breadcrumb-label'
|
||||
action: 'p-breadcrumb-item-link',
|
||||
icon: 'p-breadcrumb-item-icon',
|
||||
label: 'p-breadcrumb-item-label'
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue