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