@@ -155,19 +155,19 @@ describe("calcite-fab", () => {
155
155
themed ( html `< calcite-fab > </ calcite-fab > ` , {
156
156
"--calcite-fab-background-color" : {
157
157
targetProp : "--calcite-button-background-color" ,
158
- shadowSelector : `.${ CSS . button } >>> button ` ,
158
+ shadowSelector : `.${ CSS . button } ` ,
159
159
} ,
160
160
"--calcite-fab-border-color" : {
161
161
targetProp : "--calcite-button-border-color" ,
162
- shadowSelector : `.${ CSS . button } >>> button ` ,
162
+ shadowSelector : `.${ CSS . button } ` ,
163
163
} ,
164
164
"--calcite-fab-corner-radius" : {
165
165
targetProp : "--calcite-button-corner-radius" ,
166
- shadowSelector : `.${ CSS . button } >>> button ` ,
166
+ shadowSelector : `.${ CSS . button } ` ,
167
167
} ,
168
168
"--calcite-fab-text-color" : {
169
169
targetProp : "--calcite-button-text-color" ,
170
- shadowSelector : `.${ CSS . button } >>> button ` ,
170
+ shadowSelector : `.${ CSS . button } ` ,
171
171
} ,
172
172
"--calcite-fab-shadow" : {
173
173
targetProp : "boxShadow" ,
@@ -180,7 +180,7 @@ describe("calcite-fab", () => {
180
180
themed ( html `< calcite-fab loading > </ calcite-fab > ` , {
181
181
"--calcite-fab-loader-color" : {
182
182
targetProp : "--calcite-button-loader-color" ,
183
- shadowSelector : `.${ CSS . button } >>> button >>> calcite-loader ` ,
183
+ shadowSelector : `.${ CSS . button } ` ,
184
184
} ,
185
185
} ) ;
186
186
} ) ;
0 commit comments