diff options
| author | Mark Otto <[email protected]> | 2014-10-27 20:37:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-27 20:45:46 -0700 |
| commit | bf3be5a456b3f6699a7832957dc0d1fbf6ac1590 (patch) | |
| tree | 782b8d5a503e02abf766fcdbb3eba41a29609c09 /less/dropdowns.less | |
| parent | a5497da5bedf5aec842fbe26b764a0b5c1178942 (diff) | |
| download | bootstrap-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.less | 2 |
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; } } |
