Merge pull request #430 from sharelatex/pr-fix-border-retina

Use solid color instead of opacity, to avoid rendering issues.
This commit is contained in:
James Allen
2017-02-21 10:28:00 +01:00
committed by GitHub
@@ -49,11 +49,11 @@
}
&[disabled] {
opacity: 0.5;
background-color: tint(@rp-highlight-blue, 50%);
&:hover,
&:focus {
background-color: @rp-highlight-blue;
background-color: tint(@rp-highlight-blue, 50%);
}
}
}