ingred-ui 27.4.2 → 27.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -2320,18 +2320,10 @@ object-assign
2320
2320
  position: sticky;
2321
2321
  right: ${e}px;
2322
2322
  z-index: ${null!=n?n:1};
2323
- background: ${t.palette.background.default};
2323
+ background: inherit;
2324
2324
  ${!1!==r&&w`
2325
2325
  box-shadow: inset 1px 0 0 0 ${t.palette.divider};
2326
2326
  `}
2327
-
2328
- tr[data-highlighted="true"] & {
2329
- background: ${t.palette.primary.highlight};
2330
- }
2331
-
2332
- tr:not([data-highlighted="true"]):hover & {
2333
- background: ${t.palette.neutral.highlight};
2334
- }
2335
2327
  `}
2336
2328
  `,Lw=x.div`
2337
2329
  position: relative;
@@ -2458,6 +2450,7 @@ object-assign
2458
2450
  }
2459
2451
 
2460
2452
  td {
2453
+ background: inherit;
2461
2454
  padding: 12px ${({isSmallLayout:e})=>e?12:16}px;
2462
2455
  font-size: ${({isSmallLayout:e})=>e?12:14}px;
2463
2456
  line-height: 17px;
@@ -2481,14 +2474,6 @@ object-assign
2481
2474
  }
2482
2475
  `,Hw=x.td`
2483
2476
  padding-right: 0;
2484
-
2485
- tr[data-highlighted="true"] & {
2486
- background: ${({theme:e})=>e.palette.primary.highlight};
2487
- }
2488
-
2489
- tr:not([data-highlighted="true"]):hover & {
2490
- background: ${({theme:e})=>e.palette.neutral.highlight};
2491
- }
2492
2477
  `,Nw=x.th`
2493
2478
  height: 1px;
2494
2479
  position: sticky;