1. 01 Jun, 2015 1 commit
  2. 29 May, 2015 2 commits
  3. 23 May, 2015 1 commit
  4. 12 May, 2015 2 commits
  5. 29 Apr, 2015 2 commits
  6. 27 Apr, 2015 1 commit
  7. 23 Apr, 2015 3 commits
  8. 19 Apr, 2015 2 commits
  9. 18 Apr, 2015 1 commit
  10. 17 Apr, 2015 6 commits
  11. 15 Apr, 2015 1 commit
  12. 14 Apr, 2015 2 commits
  13. 13 Apr, 2015 1 commit
  14. 31 Mar, 2015 3 commits
  15. 29 Mar, 2015 3 commits
  16. 28 Mar, 2015 1 commit
  17. 27 Mar, 2015 1 commit
  18. 26 Mar, 2015 2 commits
  19. 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
  20. 16 Mar, 2015 1 commit
  21. 11 Mar, 2015 2 commits
  22. 09 Mar, 2015 1 commit