Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cursor style for disabled button
input
The Android 4.0.* work around - `html input[type="button"]` - requires the addition of `html` to the selector for disabled inputs, otherwise disabled button inputs still have the `pointer` cursor.
- Loading branch information