1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 12:40:58 +00:00
Chris Rebert c26ffd43c3 Only disable pointer-events on disabled <a> btns; fixes #16088
<a> doesn't support the `[disabled]` attribute,
so `a.btn.disabled` simulates it using `pointer-events: none`.
However, this is unnecessary for <button>s and <input>s, and
also prevents their `[disabled]` cursor from displaying.

[skip sauce]
[skip validator]
2015-03-17 10:29:36 -07:00
..
2014-07-22 08:25:35 +03:00
2014-01-05 21:29:26 -08:00
2015-01-19 21:26:01 +01:00
2014-01-28 10:48:45 +01:00
2014-04-26 15:24:25 -04:00
2015-01-19 21:26:01 +01:00
2014-03-07 18:54:53 +01:00
2014-10-07 11:29:59 +03:00
2015-03-02 14:36:36 +00:00
2013-10-30 14:10:16 +01:00