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/pager.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/pager.less') diff --git a/less/pager.less b/less/pager.less index 73a660d64..41abaaadc 100644 --- a/less/pager.less +++ b/less/pager.less @@ -48,7 +48,7 @@ > span { color: @pager-disabled-color; background-color: @pager-bg; - cursor: not-allowed; + cursor: @cursor-disabled; } } } -- cgit v1.2.3