@@ -8,7 +8,6 @@ exports[`Table Style tests should not render a scrollable table if the rowHeader
8
8
9
9
.circuit-47 {
10
10
border - radius : 4px ;
11
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
12
11
}
13
12
14
13
@media (max-width:767px) {
@@ -390,7 +389,6 @@ exports[`Table Style tests should render a collapsed table 1`] = `
390
389
391
390
.circuit-47 {
392
391
border - radius : 4px ;
393
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
394
392
}
395
393
396
394
@media (max-width:767px) {
@@ -773,7 +771,6 @@ exports[`Table Style tests should render a condensed table 1`] = `
773
771
774
772
.circuit-47 {
775
773
border - radius : 4px ;
776
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
777
774
}
778
775
779
776
@media (max-width:767px) {
@@ -1265,12 +1262,6 @@ tbody .circuit-9:last-child td {
1265
1262
}
1266
1263
}
1267
1264
1268
- .circuit-39 {
1269
- height : 100 % ;
1270
- overflow - y : auto ;
1271
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
1272
- }
1273
-
1274
1265
.circuit-37 {
1275
1266
background - color : #FFFFFF ;
1276
1267
border - collapse : separate ;
@@ -1321,12 +1312,17 @@ tbody .circuit-9:last-child td {
1321
1312
opacity : 1 ;
1322
1313
}
1323
1314
1315
+ .circuit-39 {
1316
+ height : unset ;
1317
+ overflow - y : auto ;
1318
+ }
1319
+
1324
1320
<div
1325
1321
className = " circuit-41 circuit-42"
1326
1322
>
1327
1323
<div
1328
1324
className = " circuit-39 circuit-40"
1329
- height = { null }
1325
+ height = " unset "
1330
1326
onScroll = { [Function ]}
1331
1327
>
1332
1328
<table
@@ -1456,7 +1452,6 @@ exports[`Table Style tests should render with default styles 1`] = `
1456
1452
1457
1453
.circuit-47 {
1458
1454
border - radius : 4px ;
1459
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
1460
1455
}
1461
1456
1462
1457
@media (max-width:767px) {
@@ -1838,7 +1833,6 @@ exports[`Table Style tests should render with rowHeader styles 1`] = `
1838
1833
1839
1834
.circuit-47 {
1840
1835
border - radius : 4px ;
1841
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
1842
1836
}
1843
1837
1844
1838
@media (max-width:767px) {
@@ -2215,7 +2209,6 @@ tbody .circuit-11:last-child td {
2215
2209
exports [` Table Style tests should render without the table shadow 1` ] = `
2216
2210
.circuit-47 {
2217
2211
border - radius : 4px ;
2218
- box - shadow : 0 0 0 1px rgba (12 ,15 ,20 ,0.02 ), 0 0 1px 0 rgba (12 ,15 ,20 ,0.06 ), 0 2px 2px 0 rgba (12 ,15 ,20 ,0.06 );
2219
2212
}
2220
2213
2221
2214
@media (max-width:767px) {
0 commit comments