From ba6ec16b6695647454a3b605df901b68dc23b427 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 25 Aug 2019 10:35:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E5=8A=A8=E5=85=B3?= =?UTF-8?q?=E9=97=ADIE=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=88=B0theme.css=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue link #I114FE --- Bootstrap.Admin/wwwroot/css/site-responsive.css | 6 ------ Bootstrap.Admin/wwwroot/css/theme-responsive.css | 6 ++++++ Bootstrap.Client/wwwroot/css/theme-responsive.css | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/site-responsive.css b/Bootstrap.Admin/wwwroot/css/site-responsive.css index e99f26ff..680d35fd 100644 --- a/Bootstrap.Admin/wwwroot/css/site-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/site-responsive.css @@ -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; - } -} diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 4fb60b84..d0cf2b35 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -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; + } +} diff --git a/Bootstrap.Client/wwwroot/css/theme-responsive.css b/Bootstrap.Client/wwwroot/css/theme-responsive.css index 4fb60b84..d0cf2b35 100644 --- a/Bootstrap.Client/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Client/wwwroot/css/theme-responsive.css @@ -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; + } +}