From 5f4045089015442295d16b9393c5fb1a3893a575 Mon Sep 17 00:00:00 2001 From: eliza Date: Thu, 30 May 2024 11:54:28 -0700 Subject: [PATCH] cleanup --- .../calcite-components/src/components/modal/modal.e2e.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/calcite-components/src/components/modal/modal.e2e.ts b/packages/calcite-components/src/components/modal/modal.e2e.ts index f7147e57dc0..452b5f38232 100644 --- a/packages/calcite-components/src/components/modal/modal.e2e.ts +++ b/packages/calcite-components/src/components/modal/modal.e2e.ts @@ -698,9 +698,6 @@ describe("theme", () => { `; describe("default", () => { const tokens: ComponentTestTokens = { - // "--calcite-modal-accent-color": { - // targetProp: "--calcite-internal-modal-accent-color", - // }, "--calcite-modal-background-color": { shadowSelector: `.${CSS.modal}`, targetProp: "backgroundColor", @@ -718,10 +715,6 @@ describe("theme", () => { shadowSelector: `.${CSS.modal} .${CSS.close}`, targetProp: "backgroundColor", }, - // "--calcite-modal-close-button-icon-color": { - // shadowSelector: `.${CSS.modal} .${CSS.close} calcite-icon`, - // targetProp: "--calcite-icon-color", - // }, "--calcite-modal-content-background-color": { shadowSelector: `.${CSS.modal} .${CSS.content}`, targetProp: "backgroundColor",