diff options
| author | Mark Otto <[email protected]> | 2013-03-16 14:59:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-16 14:59:43 -0700 |
| commit | 070c77a960816de50adc62d2a65c57ec5620fc2a (patch) | |
| tree | 05a7c0700918d595b85f6190a1ecb4aa02cb9db6 | |
| parent | e0de08c38975b6b4b12a075b4b7d924922d71c88 (diff) | |
| parent | 1d94d777c30f54155a4271fa8e495ae87cd7b12a (diff) | |
| download | bootstrap-070c77a960816de50adc62d2a65c57ec5620fc2a.tar.xz bootstrap-070c77a960816de50adc62d2a65c57ec5620fc2a.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | less/buttons.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index 801458a6f..888ab83a3 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -42,6 +42,7 @@ &[disabled], fieldset[disabled] & { cursor: default; + pointer-events: none; .opacity(.65); .box-shadow(none); } |
