From a817b9c8ac9a819aa12facd2145cb92e7e579326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:05:03 +0300 Subject: [PATCH] Fixed #14773 - ContextMenu | Double opacity applied to disabled items --- src/app/components/contextmenu/contextmenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/contextmenu/contextmenu.ts b/src/app/components/contextmenu/contextmenu.ts index 233a9f28fc3..fb91e757e91 100755 --- a/src/app/components/contextmenu/contextmenu.ts +++ b/src/app/components/contextmenu/contextmenu.ts @@ -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 >