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