From bf3be5a456b3f6699a7832957dc0d1fbf6ac1590 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Oct 2014 20:37:52 -0700 Subject: swap cursor not-allow for default, and use a variable for all disabled elements --- less/buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/buttons.less') diff --git a/less/buttons.less b/less/buttons.less index d32c4e2d8..40553c638 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -46,7 +46,7 @@ &.disabled, &[disabled], fieldset[disabled] & { - cursor: not-allowed; + cursor: @cursor-disabled; pointer-events: none; // Future-proof disabling of clicks .opacity(.65); .box-shadow(none); -- cgit v1.2.3