Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijbet committed May 30, 2024
1 parent 7129ea2 commit 5f40450
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/calcite-components/src/components/modal/modal.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5f40450

Please sign in to comment.