aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-27 20:37:52 -0700
committerMark Otto <[email protected]>2014-10-27 20:45:46 -0700
commitbf3be5a456b3f6699a7832957dc0d1fbf6ac1590 (patch)
tree782b8d5a503e02abf766fcdbb3eba41a29609c09 /less/dropdowns.less
parenta5497da5bedf5aec842fbe26b764a0b5c1178942 (diff)
downloadbootstrap-bf3be5a456b3f6699a7832957dc0d1fbf6ac1590.tar.xz
bootstrap-bf3be5a456b3f6699a7832957dc0d1fbf6ac1590.zip
swap cursor not-allow for default, and use a variable for all disabled elements
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less2
1 files changed, 1 insertions, 1 deletions
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;
}
}