[common] fix for IE support

This commit is contained in:
Maxim Kadushkin 2021-02-16 22:59:03 +03:00
parent 7d447f00ca
commit 61b4bdbd7d
2 changed files with 5 additions and 0 deletions

View file

@ -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;
}
} }
} }
} }

View file

@ -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;