The simple solution is :enabled:hover. For example:
.btn { &:enabled:hover { background: dodgerblue; } &:disabled { background: gray; } }
For every complex problem there is a solution that is clear, simple, and wrong.
For every complex problem there is a solution that is clear, simple, and wrong.