Correct non-existent cursor value (disallowed -> not-allowed) (#2585)

This commit is contained in:
David Wheatley 2021-02-01 13:58:41 +00:00 committed by GitHub
parent ac249e5b07
commit 17f15e36eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
&[disabled],
fieldset[disabled] & {
cursor: disallowed;
cursor: not-allowed;
}
textarea& {