parent
f7408115b9
commit
ba6ec16b66
|
@ -51,9 +51,3 @@
|
|||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
|
||||
.main-content, aside:not(:hover), header, .nav-brand a img, .nav-brand a span {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -139,3 +139,9 @@
|
|||
max-height: calc(80vh);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
|
||||
.main-content, aside:not(:hover), header, .nav-brand a img, .nav-brand a span {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -139,3 +139,9 @@
|
|||
max-height: calc(80vh);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
|
||||
.main-content, aside:not(:hover), header, .nav-brand a img, .nav-brand a span {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue