mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-04 12:47:35 +02:00
Docs: fix transparent navbar in Windows high contrast mode (#40911)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: 0 .5rem 1rem rgba($black, .15), inset 0 -1px 0 rgba($white, .15);
|
box-shadow: 0 .5rem 1rem rgba($black, .15), inset 0 -1px 0 rgba($white, .15);
|
||||||
|
|
||||||
|
@media (forced-colors) {
|
||||||
|
background-color: Canvas;
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
Reference in New Issue
Block a user