/***BEGIN CommitHub.css***/
.repos-commit-header-hash .bolt-button {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .repos-commit-header-hash .bolt-button.icon-only {
    padding: 4px; }

.repos-commit-title-row .repos-commit-title-clipboard-button {
  visibility: hidden; }
  .repos-commit-title-row .repos-commit-title-clipboard-button.visible {
    visibility: visible; }
  @media screen and (max-width: 599px) {
    .repos-commit-title-row .repos-commit-title-clipboard-button {
      visibility: visible; } }

.repos-commit-title-row:hover .repos-commit-title-clipboard-button {
  visibility: visible; }

.repos-comment-tooltip {
  white-space: pre; }

.repos-comment-tooltip-paragraph {
  margin-bottom: 4px;
  margin-top: 4px; }

.repos-commit-parents-dropdown {
  max-width: 600px;
  max-height: 400px;
  margin-top: 8px; }
/***END CommitHub.css***/

