From 88373ffc63abd3509275e60b52aa5f969e3f8015 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 22 Dec 2017 09:34:24 +0100 Subject: [PATCH] SVG fix on IE is now commented --- sass/_library/_misc.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sass/_library/_misc.scss b/sass/_library/_misc.scss index 6b759cf..1bc0434 100644 --- a/sass/_library/_misc.scss +++ b/sass/_library/_misc.scss @@ -26,9 +26,9 @@ } } -// SVG width IE fix -@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - img[src$=".svg"] { - width: 100%; - } -} +// SVG width IE fix. WARNING: use only if you have SVG problems on IE. +// @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { +// img[src$=".svg"] { +// width: 100%; +// } +// }