table tbody tr[data-row-selection-ready] {
  cursor: pointer;
}

table tbody tr.is-row-selected {
  outline: 2px solid #007aff;
  outline-offset: -2px;
}

table tbody tr.is-row-selected > th,
table tbody tr.is-row-selected > td {
  background-image: linear-gradient(rgba(0, 122, 255, .12), rgba(0, 122, 255, .12)) !important;
}

@media (prefers-reduced-motion: no-preference) {
  table tbody tr[data-row-selection-ready] > th,
  table tbody tr[data-row-selection-ready] > td {
    transition: background-color .12s ease, background-image .12s ease;
  }
}
