[FIX] web: correct display of dropdown arrows in ie11
authorJulien Legros <jle@odoo.com>
Thu, 23 Oct 2014 11:45:11 +0000 (13:45 +0200)
committerJulien Legros <jle@odoo.com>
Thu, 23 Oct 2014 12:13:54 +0000 (14:13 +0200)
addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index f024e90..76a07eb 100644 (file)
   width: 0;
   height: 0;
   display: inline-block;
-  content: "&darr";
-  text-indent: -99999px;
+  content: "";
   vertical-align: top;
   margin-top: 8px;
   margin-left: 3px;
index bb699e0..0520ea8 100644 (file)
@@ -623,8 +623,7 @@ $sheet-padding: 16px
         width: 0
         height: 0
         display: inline-block
-        content: "&darr"
-        text-indent: -99999px
+        content: ""
         vertical-align: top
         margin-top: 8px
         //margin-left set at 3px to avoid a strange overflow