// Hover effect
//
// Placed here since it has to come after the potential zebra striping
.table-hover {
  >tbody>tr:hover {
    background-color: $table-bg-hover;
  }
}