Unverified Commit 1fe6f50b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3223281 by mherchel, andy-blum, andrewmacpherson, mgifford,...

Issue #3223281 by mherchel, andy-blum, andrewmacpherson, mgifford, mikemai2awesome: Olivero: Primary nav search icon invisible in forced-colors mode in MS Edge

(cherry picked from commit c788d3fc)
parent 5aa154d2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -402,6 +402,17 @@
    margin-left: auto;
}

@media (forced-colors: active) {

.block-search-wide__button {
    background: ButtonFace
}

    .block-search-wide__button path {
      fill: ButtonText;
    }
  }

/* Provide rudimentary access to site search if JS is disabled. */

html:not(.js) .search-block-form:focus-within .block-search-wide__wrapper {
+8 −0
Original line number Diff line number Diff line
@@ -256,6 +256,14 @@
    margin-inline-start: auto;
    margin-inline-end: auto;
  }

  @media (forced-colors: active) {
    background: ButtonFace;

    & path {
      fill: ButtonText;
    }
  }
}

/* Provide rudimentary access to site search if JS is disabled. */