/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.repository-selector .bolt-button {
  overflow: hidden;
  flex-shrink: 1; }

.repository-selector-dropdown {
  min-width: 300px; }

.repository-selector-callout {
  max-width: 100%; }

.repo-dropdown-action {
  align-self: stretch;
  justify-content: flex-start; }

.artifact-link.bolt-link.subtle:hover {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  background: transparent; }
