diff options
| author | Mark Otto <[email protected]> | 2013-03-16 15:03:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-16 15:03:22 -0700 |
| commit | 7e933db2dd3409f2107518d8700581a0be1c9392 (patch) | |
| tree | aeac6e7f23f2844688805ba563a54472bb3863a1 | |
| parent | 070c77a960816de50adc62d2a65c57ec5620fc2a (diff) | |
| download | bootstrap-7e933db2dd3409f2107518d8700581a0be1c9392.tar.xz bootstrap-7e933db2dd3409f2107518d8700581a0be1c9392.zip | |
comment
| -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 888ab83a3..da26f8ab9 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -42,7 +42,7 @@ &[disabled], fieldset[disabled] & { cursor: default; - pointer-events: none; + pointer-events: none; // Future-proof disabling of clicks .opacity(.65); .box-shadow(none); } |
