
.expandableRow .ui-grid-row {

  &:nth-child(odd) .ui-grid-cell {
    background-color: $row-bg-color-odd;
  }

  &:nth-child(even) .ui-grid-cell {
    background-color: $row-bg-color-even;
  }
}

.ui-grid-cell .ui-grid-disable-selection .ui-grid-row-header-cell {
  height: 35px;
  pointer-events: none;
}

.ui-grid-expandable-buttons-cell i {
  pointer-events: all;
}

.scrollFiller {
  border: $ui-grid-border;
  float: left;
}
