/***BEGIN PushesTable.css***/
.bolt-table-show-lines .repos-commits-row.bolt-table-row:not(.selected) .bolt-table-cell {
  border-top-color: transparent; }

.repos-pushes-table .bolt-table-header-border,
.repos-pushes-table .bolt-table-header-cell {
  border-bottom-color: transparent; }

.repos-pushes-table .repos-commits-table .bolt-list-row:hover {
  background-color: rgba(0, 0, 0, .02);
  background-color: var(--component-grid-row-hover-color,rgba(0, 0, 0, .02)); }

.force-push-tooltip {
  font-weight: bold;
  color: #ff0000; }
/***END PushesTable.css***/

