Use solid color instead of opacity, to avoid rendering issues.

This commit is contained in:
Paulo Reis
2017-02-20 11:21:56 +00:00
parent 58c7dda945
commit 7ffb6edd1c
@@ -49,11 +49,11 @@
} }
&[disabled] { &[disabled] {
opacity: 0.5; background-color: tint(@rp-highlight-blue, 50%);
&:hover, &:hover,
&:focus { &:focus {
background-color: @rp-highlight-blue; background-color: tint(@rp-highlight-blue, 50%);
} }
} }
} }