@gooddata/sdk-ui-dashboard 11.43.0-alpha.4 → 11.43.0-alpha.5

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.
@@ -444,14 +444,13 @@
444
444
  margin-right: 15px;
445
445
  }
446
446
 
447
- .fixedDataTableRowLayout_rowWrapper:hover {
447
+ .gd-infinite-list-item:hover {
448
448
  // overwrite
449
449
  // stylelint-disable-next-line declaration-no-important
450
450
  z-index: 1 !important;
451
451
  }
452
452
 
453
- .public_fixedDataTableRow_main,
454
- .public_fixedDataTableCell_main {
453
+ .gd-infinite-list-item {
455
454
  background: none;
456
455
  }
457
456