.testplan-directory-list > div[role="grid"] > div[role="presentation"]:first-child {
  position: sticky;
  top: 0px;
  z-index: 1;
}

@media screen and (-ms-high-contrast: active) {
  .testplan-row-favorite .starbutton:focus {
    border: 1px solid transparent;
    outline: 0;
  }
  .vss-focus-visible .testplan-row-favorite .starbutton:focus:focus {
    border:  1px solid;
    border-color: rgba( 0, 0, 0 ,  1 );
    border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  }
}

@media screen and (-ms-high-contrast: active) {
  .vss-focus-visible .testplan-row-favorite .starbutton:focus:focus {
    border: 1px dashed windowtext !important;
  }
}

.ms-Icon--Edit:before {
  font-style: normal !important;
}

.ms-Icon--Delete:before {
  font-style: normal !important;
}
