aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-16 14:59:43 -0700
committerMark Otto <[email protected]>2013-03-16 14:59:43 -0700
commit070c77a960816de50adc62d2a65c57ec5620fc2a (patch)
tree05a7c0700918d595b85f6190a1ecb4aa02cb9db6
parente0de08c38975b6b4b12a075b4b7d924922d71c88 (diff)
parent1d94d777c30f54155a4271fa8e495ae87cd7b12a (diff)
downloadbootstrap-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.less1
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);
}