From 17f15e36eb2803d0b96d9f208e5db10c16aa4fd3 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 1 Feb 2021 13:58:41 +0000 Subject: [PATCH] Correct non-existent cursor value (disallowed -> not-allowed) (#2585) --- less/common/FormControl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/common/FormControl.less b/less/common/FormControl.less index eb7312027..d23c966be 100644 --- a/less/common/FormControl.less +++ b/less/common/FormControl.less @@ -32,7 +32,7 @@ &[disabled], fieldset[disabled] & { - cursor: disallowed; + cursor: not-allowed; } textarea& {