浏览代码

ref(filmstrip): remove ie11 css flex hack

master
Leonard Kim 7 年前
父节点
当前提交
bdae4b9493
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      css/filmstrip/_vertical_filmstrip_overrides.scss

+ 0
- 6
css/filmstrip/_vertical_filmstrip_overrides.scss 查看文件

@@ -247,12 +247,6 @@
247 247
     @include undoColumnReverseVideos();
248 248
 }
249 249
 
250
-/** IE11 detection hack **/
251
-@media screen and (-ms-high-contrast: active),
252
-screen and (-ms-high-contrast: none) {
253
-    @include undoColumnReverseVideos();
254
-}
255
-
256 250
 /** Edge detection hack **/
257 251
 @supports (-ms-ime-align:auto) {
258 252
     @include undoColumnReverseVideos();

正在加载...
取消
保存