Hover cursor for disabled boxes forces to normal (#1603)

Matches button behavior
This commit is contained in:
Matt Gibson 2021-02-08 11:32:02 -06:00 committed by GitHub
parent d589087a2c
commit 456d36d5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@
opacity: themed('disabledBoxOpacity'); opacity: themed('disabledBoxOpacity');
} }
} }
cursor: default !important;
} }
} }