Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: