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
parent
5aa154d23d
commit
1fe6f50b28
|
@ -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 {
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue