[multi-scaling] repaired window's close icon
This commit is contained in:
parent
efdf9e1bc0
commit
be2063263d
|
@ -94,10 +94,10 @@
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7px;
|
left: calc(7px/@pixel-ratio-factor);
|
||||||
top: 1px;
|
top: @scaled-one-px-value;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
width: 1px;
|
width: @scaled-one-px-value;
|
||||||
background-color: @icon-normal;
|
background-color: @icon-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue