#remote-dropdown {
  margin: 0;
}

#remote-button {
  margin: 0 0 0 1rem;
}

#remote-button > i {
  margin: 0;
  outline: none;
}

#remote-button > span {
  padding: 0 .5rem;
}

#clone-panel > input:first-child {
  border-radius: var(--roundness) 0 0 var(--roundness);
}

#dvc-remote-helper-icon {
  cursor: pointer;
}

#mlflow-remote-helper-icon {
  cursor: pointer;
}

#clone-panel .ui.icon.button a {
  color: rgba(0, 0, 0, .6) !important;
}
