[scaling] fix bug 51863

This commit is contained in:
Maxim Kadushkin 2021-09-02 00:04:14 +03:00
parent 3cd99ddba3
commit 4be8044c9e

View file

@ -274,3 +274,9 @@ a {
color: @text-link-visited; color: @text-link-visited;
} }
} }
body {
&.pixel-ratio__1_75 {
image-rendering: crisp-edges; // FF only
}
}