Use solid color instead of opacity, to avoid rendering issues.
This commit is contained in:
@@ -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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user