1. 26 Apr, 2015 3 commits
  2. 25 Apr, 2015 1 commit
  3. 22 Apr, 2015 3 commits
  4. 21 Apr, 2015 1 commit
  5. 17 Apr, 2015 1 commit
  6. 13 Apr, 2015 3 commits
  7. 11 Apr, 2015 1 commit
  8. 08 Apr, 2015 5 commits
  9. 07 Apr, 2015 1 commit
  10. 05 Apr, 2015 3 commits
  11. 04 Apr, 2015 1 commit
  12. 29 Mar, 2015 5 commits
  13. 28 Mar, 2015 1 commit
  14. 27 Mar, 2015 1 commit
  15. 26 Mar, 2015 5 commits
  16. 21 Mar, 2015 1 commit
  17. 19 Mar, 2015 1 commit
  18. 17 Mar, 2015 1 commit
    • Chris Rebert's avatar
      Only disable pointer-events on disabled <a> btns; fixes #16088 · c26ffd43
      Chris Rebert authored
      <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]
      c26ffd43
  19. 16 Mar, 2015 2 commits