/***BEGIN TestResultsGridToolbar.css***/
.test-results-left-view .test-result-command-bar {
  background-color: transparent; }
  .test-results-left-view .test-result-command-bar .ms-CommandBarItem-link {
    border: 0; }

.test-results-left-view .test-result-command-bar-far {
  background-color: transparent;
  margin-left: auto; }

.test-results-left-view .no-config-runs-info-bar {
  min-height: 48px;
  max-height: 48px;
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .test-results-left-view .no-config-runs-info-bar .no-config-info-icon {
    margin-left: 20px; }
  .test-results-left-view .no-config-runs-info-bar .no-config-runs-info-message {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    margin-left: 20px; }
  .test-results-left-view .no-config-runs-info-bar .test-in-azure-pipeline-link {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    margin-left: 6px;
    text-decoration: underline; }
/***END TestResultsGridToolbar.css***/

