Skip to content

Commit

Permalink
Fixed #14773 - ContextMenu | Double opacity applied to disabled items
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 14, 2024
1 parent d78077f commit a817b9c
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 a817b9c

Please sign in to comment.