From bdae4b949399713faa55c420fc8e7868f44418e0 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Mon, 25 Jun 2018 13:53:36 -0700 Subject: [PATCH] ref(filmstrip): remove ie11 css flex hack --- css/filmstrip/_vertical_filmstrip_overrides.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css/filmstrip/_vertical_filmstrip_overrides.scss b/css/filmstrip/_vertical_filmstrip_overrides.scss index 5fc293aa0..407f8a94f 100644 --- a/css/filmstrip/_vertical_filmstrip_overrides.scss +++ b/css/filmstrip/_vertical_filmstrip_overrides.scss @@ -247,12 +247,6 @@ @include undoColumnReverseVideos(); } -/** IE11 detection hack **/ -@media screen and (-ms-high-contrast: active), -screen and (-ms-high-contrast: none) { - @include undoColumnReverseVideos(); -} - /** Edge detection hack **/ @supports (-ms-ime-align:auto) { @include undoColumnReverseVideos();