From: Chris Rebert Date: Tue, 17 Mar 2015 17:24:31 +0000 (-0700) Subject: Only disable pointer-events on disabled btns; fixes #16088 X-Git-Tag: v3.3.5~186^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16092%2Fhead;p=thirdparty%2Fbootstrap.git Only disable pointer-events on disabled btns; fixes #16088 doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for