1. 13 Sep, 2018 3 commits
  2. 04 Sep, 2018 1 commit
  3. 30 Aug, 2018 1 commit
  4. 22 Aug, 2018 5 commits
  5. 21 Aug, 2018 1 commit
  6. 15 Aug, 2018 2 commits
  7. 10 Aug, 2018 11 commits
  8. 08 Aug, 2018 4 commits
  9. 02 Aug, 2018 7 commits
  10. 01 Aug, 2018 1 commit
    • Dan Siddoway's avatar
      Use a pointer cursor for highlights · 0c098fd7
      Dan Siddoway authored
      The `annotator-hl` class contains a `cursor: pointer;` rule already, but
      it only applies to mobile devices (more precisely, devices which lack a
      sufficiently accurate primary pointer, like a mouse). I simply removed
      this restriction so that the rule applies across the board.
      
      Closes: hypothesis/product-backlog#703
      0c098fd7
  11. 31 Jul, 2018 1 commit
    • Robert Knight's avatar
      Create annotation when clicking "Annotate" button label · 61199437
      Robert Knight authored
      Fix a bug where clicking on the text "Annotate", as opposed to the icon,
      of the Annotate button would result in a highlight being created.
      
      When clicking on the text, `event.target` was the "Annotate" `<span>`
      instead of the `<button>` and so the `isAnnotateCommand` test failed.
      61199437
  12. 17 Jul, 2018 2 commits
  13. 12 Jul, 2018 1 commit