Bootstrap

cursor: not-allowed;

 &.disabled {
      cursor: not-allowed;
      color: #e4e4e4;
      background: #fff;
      &:hover {
        color: #e4e4e4;
        border-color: #e4e4e4;
        background: #fff;
      }
    }
;