From 1895c078395ad8abbcd2b01fd46d21febe85ef0d Mon Sep 17 00:00:00 2001 From: Matt Driscoll Date: Mon, 23 Sep 2024 09:11:56 -0700 Subject: [PATCH] fix(action): prefer `disabled` in favor of `aria-disabled` (#10367) **Related Issue:** #7775 ## Summary - only set `disabled` on action, not `aria-disabled` since it is redundant. --- packages/calcite-components/src/components/action/action.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/calcite-components/src/components/action/action.tsx b/packages/calcite-components/src/components/action/action.tsx index 436c1adfdb6..eff9d928c18 100644 --- a/packages/calcite-components/src/components/action/action.tsx +++ b/packages/calcite-components/src/components/action/action.tsx @@ -315,7 +315,6 @@ export class Action