@@ -461,12 +461,12 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
461
461
<tr >
462
462
<th
463
463
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start"
464
- style = " inset-inline-start: 0; --z-offset: 8;"
464
+ style = " inset-inline-start: 0; --z-offset: 8; --z-offset-reverse: 0; "
465
465
/>
466
466
<th
467
467
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
468
468
scope = " col"
469
- style = " inset-inline-start: 0; --z-offset: 7;"
469
+ style = " inset-inline-start: 0; --z-offset: 7; --z-offset-reverse: 1; "
470
470
>
471
471
Name
472
472
</th >
@@ -479,7 +479,7 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
479
479
<th
480
480
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-end rc-table-cell-fix-end-shadow"
481
481
scope = " col"
482
- style = " inset-inline-end: 0; --z-offset: 3;"
482
+ style = " inset-inline-end: 0; --z-offset: 3; --z-offset-reverse: 5; "
483
483
>
484
484
Gender
485
485
</th >
@@ -536,15 +536,15 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
536
536
>
537
537
<td
538
538
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start"
539
- style = " inset-inline-start: 0; --z-offset: 8;"
539
+ style = " inset-inline-start: 0; --z-offset: 8; --z-offset-reverse: 0; "
540
540
>
541
541
<span
542
542
class = " rc-table-row-expand-icon rc-table-row-expanded"
543
543
/>
544
544
</td >
545
545
<td
546
546
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
547
- style = " inset-inline-start: 0; --z-offset: 7;"
547
+ style = " inset-inline-start: 0; --z-offset: 7; --z-offset-reverse: 1; "
548
548
>
549
549
Lucy
550
550
</td >
@@ -555,7 +555,7 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
555
555
</td >
556
556
<td
557
557
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-end rc-table-cell-fix-end-shadow"
558
- style = " inset-inline-end: 0; --z-offset: 3;"
558
+ style = " inset-inline-end: 0; --z-offset: 3; --z-offset-reverse: 5; "
559
559
>
560
560
F
561
561
</td >
@@ -583,15 +583,15 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
583
583
>
584
584
<td
585
585
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start"
586
- style = " inset-inline-start: 0; --z-offset: 8;"
586
+ style = " inset-inline-start: 0; --z-offset: 8; --z-offset-reverse: 0; "
587
587
>
588
588
<span
589
589
class = " rc-table-row-expand-icon rc-table-row-expanded"
590
590
/>
591
591
</td >
592
592
<td
593
593
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
594
- style = " inset-inline-start: 0; --z-offset: 7;"
594
+ style = " inset-inline-start: 0; --z-offset: 7; --z-offset-reverse: 1; "
595
595
>
596
596
Jack
597
597
</td >
@@ -602,7 +602,7 @@ exports[`Table.Expand > renders fixed column correctly > work 1`] = `
602
602
</td >
603
603
<td
604
604
class = " rc-table-cell rc-table-cell-fix rc-table-cell-fix-end rc-table-cell-fix-end-shadow"
605
- style = " inset-inline-end: 0; --z-offset: 3;"
605
+ style = " inset-inline-end: 0; --z-offset: 3; --z-offset-reverse: 5; "
606
606
>
607
607
M
608
608
</td >
@@ -1072,7 +1072,7 @@ exports[`Table.Expand > work in expandable fix 2`] = `
1072
1072
</th >
1073
1073
<th
1074
1074
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
1075
- style = " inset-inline-start: 0; --z-offset: 5;"
1075
+ style = " inset-inline-start: 0; --z-offset: 5; --z-offset-reverse: 3; "
1076
1076
/>
1077
1077
</tr >
1078
1078
</thead >
@@ -1142,7 +1142,7 @@ exports[`Table.Expand > work in expandable fix 2`] = `
1142
1142
</td >
1143
1143
<td
1144
1144
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
1145
- style = " inset-inline-start: 0; --z-offset: 5;"
1145
+ style = " inset-inline-start: 0; --z-offset: 5; --z-offset-reverse: 3; "
1146
1146
>
1147
1147
<span
1148
1148
class = " rc-table-row-expand-icon rc-table-row-collapsed"
@@ -1170,7 +1170,7 @@ exports[`Table.Expand > work in expandable fix 2`] = `
1170
1170
</td >
1171
1171
<td
1172
1172
class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix rc-table-cell-fix-start rc-table-cell-fix-start-shadow"
1173
- style = " inset-inline-start: 0; --z-offset: 5;"
1173
+ style = " inset-inline-start: 0; --z-offset: 5; --z-offset-reverse: 3; "
1174
1174
>
1175
1175
<span
1176
1176
class = " rc-table-row-expand-icon rc-table-row-collapsed"
0 commit comments