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 c788d3fc8a)
merge-requests/561/head
Lauri Eskola 2021-10-12 15:42:30 +03:00
parent 5aa154d23d
commit 1fe6f50b28
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 19 additions and 0 deletions

View File

@ -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 {

View File

@ -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. */