2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #7258 from acconrad/patch-1

Update buttons.less to disable btn pointer events
This commit is contained in:
Mark Otto
2013-03-16 14:59:33 -07:00
+1
View File
@@ -42,6 +42,7 @@
&[disabled],
fieldset[disabled] & {
cursor: default;
pointer-events: none;
.opacity(.65);
.box-shadow(none);
}