Skip to content

Commit d8f8ff4

Browse files
committed
cleanup shadowSelector
1 parent fb9640a commit d8f8ff4

File tree

1 file changed

+5
-5
lines changed
  • packages/calcite-components/src/components/fab

1 file changed

+5
-5
lines changed

Diff for: packages/calcite-components/src/components/fab/fab.e2e.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,19 @@ describe("calcite-fab", () => {
155155
themed(html`<calcite-fab></calcite-fab>`, {
156156
"--calcite-fab-background-color": {
157157
targetProp: "--calcite-button-background-color",
158-
shadowSelector: `.${CSS.button} >>> button`,
158+
shadowSelector: `.${CSS.button}`,
159159
},
160160
"--calcite-fab-border-color": {
161161
targetProp: "--calcite-button-border-color",
162-
shadowSelector: `.${CSS.button} >>> button`,
162+
shadowSelector: `.${CSS.button}`,
163163
},
164164
"--calcite-fab-corner-radius": {
165165
targetProp: "--calcite-button-corner-radius",
166-
shadowSelector: `.${CSS.button} >>> button`,
166+
shadowSelector: `.${CSS.button}`,
167167
},
168168
"--calcite-fab-text-color": {
169169
targetProp: "--calcite-button-text-color",
170-
shadowSelector: `.${CSS.button} >>> button`,
170+
shadowSelector: `.${CSS.button}`,
171171
},
172172
"--calcite-fab-shadow": {
173173
targetProp: "boxShadow",
@@ -180,7 +180,7 @@ describe("calcite-fab", () => {
180180
themed(html`<calcite-fab loading></calcite-fab>`, {
181181
"--calcite-fab-loader-color": {
182182
targetProp: "--calcite-button-loader-color",
183-
shadowSelector: `.${CSS.button} >>> button >>> calcite-loader`,
183+
shadowSelector: `.${CSS.button}`,
184184
},
185185
});
186186
});

0 commit comments

Comments
 (0)