refactor: 移动关闭IE动画效果代码到theme.css中

#Issue
link #I114FE
This commit is contained in:
Argo Zhang 2019-08-25 10:35:15 +08:00
parent f7408115b9
commit ba6ec16b66
3 changed files with 12 additions and 6 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}

View File

@ -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;
}
}