From b02b0c250bd1e6b65af6ab243b9946d87cb5edd9 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 23 Aug 2019 21:46:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(#I114FE):=20=E5=85=B3=E9=97=AD=20IE11=20?= =?UTF-8?q?=E4=B8=8B=E5=B7=A6=E4=BE=A7aside=E4=B8=8Emain-content=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=97=B6=E6=89=A7=E8=A1=8C=E5=8A=A8=E7=94=BB=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment comment https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE --- Bootstrap.Admin/wwwroot/css/site-responsive.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/site-responsive.css b/Bootstrap.Admin/wwwroot/css/site-responsive.css index 680d35fd..e99f26ff 100644 --- a/Bootstrap.Admin/wwwroot/css/site-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/site-responsive.css @@ -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; + } +}