fix(#I114FE): 关闭 IE11 下左侧aside与main-content加载时执行动画效果

#Comment
comment https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE
This commit is contained in:
Argo Zhang 2019-08-23 21:46:16 +08:00
parent 44a390957d
commit b02b0c250b
1 changed files with 6 additions and 0 deletions

View File

@ -51,3 +51,9 @@
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;
}
}