Gilles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239350

Change subject: Fix IE9 CSS hack
......................................................................

Fix IE9 CSS hack

According to http://mynthon.net/howto/-/webdev/CSS-big-list-of-css-hacks.txt
the /IE9 part isn't required. Its presence causes an exception in less.php
which we want to switch to.

Bug: T112035
Change-Id: I103dbdf626d0f0d5e3622fa42ccf7b8c663c3942
---
M resources/mmv/mmv.mixins.less
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/50/239350/1

diff --git a/resources/mmv/mmv.mixins.less b/resources/mmv/mmv.mixins.less
index 6027743..b17dba4 100644
--- a/resources/mmv/mmv.mixins.less
+++ b/resources/mmv/mmv.mixins.less
@@ -58,8 +58,8 @@
 
        // The filter rules (which are for IE < 9) cause a bug in IE 9 where 
the rotated
        // element will have a black background. So we have to disable them in 
IE9
-       filter: none \0/IE9;
-       -ms-filter: none \0/IE9;
+       filter: none \0;
+       -ms-filter: none \0;
 }
 
 // from http://pixelhunter.me/post/25782670606/css3-grayscale

-- 
To view, visit https://gerrit.wikimedia.org/r/239350
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I103dbdf626d0f0d5e3622fa42ccf7b8c663c3942
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: Gilles <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to