1. 06 May, 2015 1 commit
  2. 29 Apr, 2015 2 commits
  3. 27 Apr, 2015 1 commit
  4. 23 Apr, 2015 3 commits
  5. 19 Apr, 2015 2 commits
  6. 18 Apr, 2015 2 commits
  7. 17 Apr, 2015 6 commits
  8. 15 Apr, 2015 1 commit
  9. 14 Apr, 2015 2 commits
  10. 13 Apr, 2015 1 commit
  11. 31 Mar, 2015 3 commits
  12. 29 Mar, 2015 4 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