@@ -21,14 +21,16 @@ exports[`<AddressBox /> should render address properly 1`] = `
21
21
stroke - width : 0 ;
22
22
}
23
23
24
- .c3 *[stroke*='#'],.c3 *[STROKE*='#'] {
24
+ .c3 *[stroke*='#'],
25
+ .c3 *[STROKE*='#'] {
25
26
stroke : inherit ;
26
27
fill : none ;
27
28
}
28
29
29
30
.c3 *[fill-rule],
30
31
.c3 *[FILL-RULE],
31
- .c3 *[fill*='#'],.c3 *[FILL*='#'] {
32
+ .c3 *[fill*='#'],
33
+ .c3 *[FILL*='#'] {
32
34
fill : inherit ;
33
35
stroke : none ;
34
36
}
@@ -151,9 +153,12 @@ exports[`<AddressBox /> should render address properly 1`] = `
151
153
box - shadow : none ;
152
154
}
153
155
154
- .c2:focus:not(:focus-visible) > circle,.c2:focus:not(:focus-visible) > ellipse,
155
- .c2:focus:not(:focus-visible) > line,.c2:focus:not(:focus-visible) > path,
156
- .c2:focus:not(:focus-visible) > polygon,.c2:focus:not(:focus-visible) > polyline,
156
+ .c2:focus:not(:focus-visible) > circle,
157
+ .c2:focus:not(:focus-visible) > ellipse,
158
+ .c2:focus:not(:focus-visible) > line,
159
+ .c2:focus:not(:focus-visible) > path,
160
+ .c2:focus:not(:focus-visible) > polygon,
161
+ .c2:focus:not(:focus-visible) > polyline,
157
162
.c2:focus:not(:focus-visible) > rect {
158
163
outline : none ;
159
164
box - shadow : none ;
@@ -252,14 +257,16 @@ exports[`<EditableNameBox /> should render name properly 1`] = `
252
257
stroke - width : 0 ;
253
258
}
254
259
255
- .c6 *[stroke*='#'],.c6 *[STROKE*='#'] {
260
+ .c6 *[stroke*='#'],
261
+ .c6 *[STROKE*='#'] {
256
262
stroke : inherit ;
257
263
fill : none ;
258
264
}
259
265
260
266
.c6 *[fill-rule],
261
267
.c6 *[FILL-RULE],
262
- .c6 *[fill*='#'],.c6 *[FILL*='#'] {
268
+ .c6 *[fill*='#'],
269
+ .c6 *[FILL*='#'] {
263
270
fill : inherit ;
264
271
stroke : none ;
265
272
}
@@ -284,14 +291,16 @@ exports[`<EditableNameBox /> should render name properly 1`] = `
284
291
stroke - width : 0 ;
285
292
}
286
293
287
- .c11 *[stroke*='#'],.c11 *[STROKE*='#'] {
294
+ .c11 *[stroke*='#'],
295
+ .c11 *[STROKE*='#'] {
288
296
stroke : inherit ;
289
297
fill : none ;
290
298
}
291
299
292
300
.c11 *[fill-rule],
293
301
.c11 *[FILL-RULE],
294
- .c11 *[fill*='#'],.c11 *[FILL*='#'] {
302
+ .c11 *[fill*='#'],
303
+ .c11 *[FILL*='#'] {
295
304
fill : inherit ;
296
305
stroke : none ;
297
306
}
@@ -457,9 +466,12 @@ exports[`<EditableNameBox /> should render name properly 1`] = `
457
466
box - shadow : none ;
458
467
}
459
468
460
- .c5:focus:not(:focus-visible) > circle,.c5:focus:not(:focus-visible) > ellipse,
461
- .c5:focus:not(:focus-visible) > line,.c5:focus:not(:focus-visible) > path,
462
- .c5:focus:not(:focus-visible) > polygon,.c5:focus:not(:focus-visible) > polyline,
469
+ .c5:focus:not(:focus-visible) > circle,
470
+ .c5:focus:not(:focus-visible) > ellipse,
471
+ .c5:focus:not(:focus-visible) > line,
472
+ .c5:focus:not(:focus-visible) > path,
473
+ .c5:focus:not(:focus-visible) > polygon,
474
+ .c5:focus:not(:focus-visible) > polyline,
463
475
.c5:focus:not(:focus-visible) > rect {
464
476
outline : none ;
465
477
box - shadow : none ;
@@ -523,9 +535,12 @@ exports[`<EditableNameBox /> should render name properly 1`] = `
523
535
box - shadow : none ;
524
536
}
525
537
526
- .c7:focus:not(:focus-visible) > circle,.c7:focus:not(:focus-visible) > ellipse,
527
- .c7:focus:not(:focus-visible) > line,.c7:focus:not(:focus-visible) > path,
528
- .c7:focus:not(:focus-visible) > polygon,.c7:focus:not(:focus-visible) > polyline,
538
+ .c7:focus:not(:focus-visible) > circle,
539
+ .c7:focus:not(:focus-visible) > ellipse,
540
+ .c7:focus:not(:focus-visible) > line,
541
+ .c7:focus:not(:focus-visible) > path,
542
+ .c7:focus:not(:focus-visible) > polygon,
543
+ .c7:focus:not(:focus-visible) > polyline,
529
544
.c7:focus:not(:focus-visible) > rect {
530
545
outline : none ;
531
546
box - shadow : none ;
0 commit comments