ref(filmstrip): remove ie11 css flex hack

This commit is contained in:
Leonard Kim 2018-06-25 13:53:36 -07:00 committed by Saúl Ibarra Corretgé
parent 8f688c3535
commit bdae4b9493
1 changed files with 0 additions and 6 deletions

View File

@ -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();