diff options
| author | Chris Rebert <[email protected]> | 2013-08-14 18:20:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-14 18:20:28 -0700 |
| commit | e684758b55dbfe1e18f3e3aa4d5eddcfaf1bd010 (patch) | |
| tree | 05942e26a1fbdc2adf44419cd551c7d7d058e4f7 /less/buttons.less | |
| parent | a9d6b7ee0b4dd7b109daabd586d6198898816dd0 (diff) | |
| download | bootstrap-e684758b55dbfe1e18f3e3aa4d5eddcfaf1bd010.tar.xz bootstrap-e684758b55dbfe1e18f3e3aa4d5eddcfaf1bd010.zip | |
fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radios
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index e5c287fd7..7b8692cee 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -41,7 +41,7 @@ &.disabled, &[disabled], fieldset[disabled] & { - cursor: default; + cursor: not-allowed; pointer-events: none; // Future-proof disabling of clicks .opacity(.65); .box-shadow(none); |
