.goto-source {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  color: var(--base15);
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;

  svg {
    vertical-align: middle;
  }

  .send-chevron {
    fill: var(--focus);
  }

  .send-text {
    fill: var(--base12);
  }
}

.goto-source:hover {
  border-bottom-color: var(--focus);
}

.goto-source:active {
  transform: translateY(1px);
}
