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/dropdowns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/dropdowns.less') diff --git a/less/dropdowns.less b/less/dropdowns.less index 742c91265..84a48c141 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -111,7 +111,7 @@ background-color: transparent; background-image: none; // Remove CSS gradient .reset-filter(); - cursor: not-allowed; + cursor: @cursor-disabled; } } -- cgit v1.2.3