@@ -10724,7 +10724,6 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1072410724
1072510725.c12 {
1072610726 font-weight: 400;
10727- background-color: rgba(63,195,128,0.9);
1072810727}
1072910728
1073010729.c12 div:first-child {
@@ -10733,16 +10732,6 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1073310732 text-overflow: ellipsis;
1073410733}
1073510734
10736- .c13 {
10737- font-weight: 400;
10738- }
10739-
10740- .c13 div:first-child {
10741- white-space: nowrap;
10742- overflow: hidden;
10743- text-overflow: ellipsis;
10744- }
10745-
1074610735.c10 {
1074710736 display: -webkit-box;
1074810737 display: -webkit-flex;
@@ -10871,6 +10860,7 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1087110860 data-tag="allowRowEvents"
1087210861 id="cell-1-1"
1087310862 role="gridcell"
10863+ style="background-color: rgba(63, 195, 128, 0.9);"
1087410864 >
1087510865 <div
1087610866 data-tag="allowRowEvents"
@@ -10885,7 +10875,7 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1088510875 role="row"
1088610876 >
1088710877 <div
10888- class="c11 c6 c13 rdt_TableCell"
10878+ class="c11 c6 c12 rdt_TableCell"
1088910879 data-tag="allowRowEvents"
1089010880 id="cell-1-2"
1089110881 role="gridcell"
@@ -11263,7 +11253,6 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1126311253
1126411254.c12 {
1126511255 font-weight: 400;
11266- color: pink;
1126711256}
1126811257
1126911258.c12 div:first-child {
@@ -11272,16 +11261,6 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1127211261 text-overflow: ellipsis;
1127311262}
1127411263
11275- .c13 {
11276- font-weight: 400;
11277- }
11278-
11279- .c13 div:first-child {
11280- white-space: nowrap;
11281- overflow: hidden;
11282- text-overflow: ellipsis;
11283- }
11284-
1128511264.c10 {
1128611265 display: -webkit-box;
1128711266 display: -webkit-flex;
@@ -11410,6 +11389,7 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1141011389 data-tag="allowRowEvents"
1141111390 id="cell-1-1"
1141211391 role="gridcell"
11392+ style="color: pink;"
1141311393 >
1141411394 <div
1141511395 data-tag="allowRowEvents"
@@ -11424,7 +11404,7 @@ exports[`DataTable::conditionalCellStyles should render correctly when condition
1142411404 role="row"
1142511405 >
1142611406 <div
11427- class="c11 c6 c13 rdt_TableCell"
11407+ class="c11 c6 c12 rdt_TableCell"
1142811408 data-tag="allowRowEvents"
1142911409 id="cell-1-2"
1143011410 role="gridcell"
@@ -11828,8 +11808,6 @@ exports[`DataTable::conditionalRowStyles should render correctly when conditiona
1182811808 color: rgba(0,0,0,0.87);
1182911809 background-color: #FFFFFF;
1183011810 min-height: 48px;
11831- background-color: rgba(63,195,128,0.9);
11832- color: white;
1183311811}
1183411812
1183511813.c10:not(:last-of-type) {
@@ -11838,36 +11816,6 @@ exports[`DataTable::conditionalRowStyles should render correctly when conditiona
1183811816 border-bottom-color: rgba(0,0,0,.12);
1183911817}
1184011818
11841- .c10:hover {
11842- cursor: pointer;
11843- }
11844-
11845- .c13 {
11846- display: -webkit-box;
11847- display: -webkit-flex;
11848- display: -ms-flexbox;
11849- display: flex;
11850- -webkit-align-items: stretch;
11851- -webkit-box-align: stretch;
11852- -ms-flex-align: stretch;
11853- align-items: stretch;
11854- -webkit-align-content: stretch;
11855- -ms-flex-line-pack: stretch;
11856- align-content: stretch;
11857- width: 100%;
11858- box-sizing: border-box;
11859- font-size: 13px;
11860- color: rgba(0,0,0,0.87);
11861- background-color: #FFFFFF;
11862- min-height: 48px;
11863- }
11864-
11865- .c13:not(:last-of-type) {
11866- border-bottom-style: solid;
11867- border-bottom-width: 1px;
11868- border-bottom-color: rgba(0,0,0,.12);
11869- }
11870-
1187111819.c7 {
1187211820 -webkit-align-items: center;
1187311821 -webkit-box-align: center;
@@ -11964,6 +11912,7 @@ exports[`DataTable::conditionalRowStyles should render correctly when conditiona
1196411912 class="c10 rdt_TableRow"
1196511913 id="row-1"
1196611914 role="row"
11915+ style="background-color: rgba(63, 195, 128, 0.9); color: white;"
1196711916 >
1196811917 <div
1196911918 class="c11 c6 c12 rdt_TableCell"
@@ -11979,7 +11928,7 @@ exports[`DataTable::conditionalRowStyles should render correctly when conditiona
1197911928 </div>
1198011929 </div>
1198111930 <div
11982- class="c13 rdt_TableRow"
11931+ class="c10 rdt_TableRow"
1198311932 id="row-2"
1198411933 role="row"
1198511934 >
@@ -26651,8 +26600,6 @@ exports[`should render correctly when conditionalRowStyles is used with an expan
2665126600 color: rgba(0,0,0,0.87);
2665226601 background-color: #FFFFFF;
2665326602 min-height: 48px;
26654- background-color: rgba(63,195,128,0.9);
26655- color: white;
2665626603}
2665726604
2665826605.c12:not(:last-of-type) {
@@ -26661,36 +26608,6 @@ exports[`should render correctly when conditionalRowStyles is used with an expan
2666126608 border-bottom-color: rgba(0,0,0,.12);
2666226609}
2666326610
26664- .c12:hover {
26665- cursor: pointer;
26666- }
26667-
26668- .c18 {
26669- display: -webkit-box;
26670- display: -webkit-flex;
26671- display: -ms-flexbox;
26672- display: flex;
26673- -webkit-align-items: stretch;
26674- -webkit-box-align: stretch;
26675- -ms-flex-align: stretch;
26676- align-items: stretch;
26677- -webkit-align-content: stretch;
26678- -ms-flex-line-pack: stretch;
26679- align-content: stretch;
26680- width: 100%;
26681- box-sizing: border-box;
26682- font-size: 13px;
26683- color: rgba(0,0,0,0.87);
26684- background-color: #FFFFFF;
26685- min-height: 48px;
26686- }
26687-
26688- .c18:not(:last-of-type) {
26689- border-bottom-style: solid;
26690- border-bottom-width: 1px;
26691- border-bottom-color: rgba(0,0,0,.12);
26692- }
26693-
2669426611.c9 {
2669526612 -webkit-align-items: center;
2669626613 -webkit-box-align: center;
@@ -26797,6 +26714,7 @@ exports[`should render correctly when conditionalRowStyles is used with an expan
2679726714 class="c12 rdt_TableRow"
2679826715 id="row-1"
2679926716 role="row"
26717+ style="background-color: rgba(63, 195, 128, 0.9); color: white;"
2680026718 >
2680126719 <div
2680226720 class="c13 c14"
@@ -26850,7 +26768,7 @@ exports[`should render correctly when conditionalRowStyles is used with an expan
2685026768 </div>
2685126769 </div>
2685226770 <div
26853- class="c18 rdt_TableRow"
26771+ class="c12 rdt_TableRow"
2685426772 id="row-2"
2685526773 role="row"
2685626774 >
0 commit comments