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

View file

@ -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%);
}
}
}