diff options
| author | Mark Otto <[email protected]> | 2014-10-28 23:04:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-28 23:04:49 -0700 |
| commit | 2d20bba3079f194f657c993c8a99791f97074374 (patch) | |
| tree | 0cd8d719f19768d1a202fd376c72585e2ae38bfd /less/dropdowns.less | |
| parent | aad0f00887239a1971ae746a2828f037b5d30541 (diff) | |
| parent | e528daf6d0c7709fa6c7d6091ff097cd4834a840 (diff) | |
| download | bootstrap-2d20bba3079f194f657c993c8a99791f97074374.tar.xz bootstrap-2d20bba3079f194f657c993c8a99791f97074374.zip | |
Merge pull request #14891 from twbs/cursor_var
Add variable for default cursor
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; } } |
