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

View File

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