[FIX] web: correct display of dropdown arrows in ie11

This commit is contained in:
Julien Legros 2014-10-23 13:45:11 +02:00
parent b4d370173c
commit 8e76938bec
2 changed files with 2 additions and 4 deletions

View File

@ -731,8 +731,7 @@
width: 0; width: 0;
height: 0; height: 0;
display: inline-block; display: inline-block;
content: "&darr"; content: "";
text-indent: -99999px;
vertical-align: top; vertical-align: top;
margin-top: 8px; margin-top: 8px;
margin-left: 3px; margin-left: 3px;

View File

@ -623,8 +623,7 @@ $sheet-padding: 16px
width: 0 width: 0
height: 0 height: 0
display: inline-block display: inline-block
content: "&darr" content: ""
text-indent: -99999px
vertical-align: top vertical-align: top
margin-top: 8px margin-top: 8px
//margin-left set at 3px to avoid a strange overflow //margin-left set at 3px to avoid a strange overflow