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