[scaling] fix bug 51863
This commit is contained in:
parent
3cd99ddba3
commit
4be8044c9e
|
@ -274,3 +274,9 @@ a {
|
||||||
color: @text-link-visited;
|
color: @text-link-visited;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
&.pixel-ratio__1_75 {
|
||||||
|
image-rendering: crisp-edges; // FF only
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue