[common] fix for IE support
This commit is contained in:
parent
7d447f00ca
commit
61b4bdbd7d
|
@ -42,6 +42,10 @@
|
||||||
// border: 0;
|
// border: 0;
|
||||||
// background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
// background-position: @arrow-small-offset-x @arrow-small-offset-y;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
|
||||||
|
.ie & {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,6 +99,7 @@
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
left: 7px;
|
||||||
left: calc(7px/@pixel-ratio-factor);
|
left: calc(7px/@pixel-ratio-factor);
|
||||||
top: @scaled-one-px-value-ie;
|
top: @scaled-one-px-value-ie;
|
||||||
top: @scaled-one-px-value;
|
top: @scaled-one-px-value;
|
||||||
|
|
Loading…
Reference in a new issue