mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Updated toggle icons
This commit is contained in:
parent
ce1594986c
commit
da80e5250a
4 changed files with 7 additions and 7 deletions
|
@ -72,7 +72,7 @@ export default {
|
|||
},
|
||||
getSubmenuIcon(item) {
|
||||
const active = this.isActive(item);
|
||||
return ['p-panelmenu-icon pi pi-fw', {'pi-caret-right': !active, 'pi-caret-down': active}];
|
||||
return ['p-panelmenu-icon pi pi-fw', {'pi-angle-right': !active, 'pi-angle-down': active}];
|
||||
},
|
||||
visible(item) {
|
||||
return (typeof item.visible === 'function' ? item.visible() : item.visible !== false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue