Skip to content

Commit

Permalink
Merge pull request #14805 from primefaces/issue-14773
Browse files Browse the repository at this point in the history
Fixed #14773 - ContextMenu | Double opacity applied to disabled items
  • Loading branch information
cetincakiroglu authored Feb 14, 2024
2 parents 81f41ea + a817b9c commit 7528b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/contextmenu/contextmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import { ObjectUtils, UniqueComponentId, ZIndexUtils } from 'primeng/utils';
[attr.data-automationid]="getItemProp(processedItem, 'automationId')"
[attr.data-pc-section]="'action'"
[target]="getItemProp(processedItem, 'target')"
[ngClass]="{ 'p-menuitem-link': true, 'p-disabled': getItemProp(processedItem, 'disabled') }"
[ngClass]="{ 'p-menuitem-link': true }"
[attr.tabindex]="-1"
pRipple
>
Expand Down

0 comments on commit 7528b9d

Please sign in to comment.