1. 10 Aug, 2018 7 commits
  2. 08 Aug, 2018 3 commits
  3. 02 Aug, 2018 7 commits
  4. 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
  5. 17 Jul, 2018 2 commits
  6. 12 Jul, 2018 1 commit
  7. 10 Jul, 2018 4 commits
  8. 09 Jul, 2018 1 commit
  9. 27 Jun, 2018 1 commit
  10. 14 Jun, 2018 10 commits
  11. 12 Jun, 2018 1 commit
    • Robert Knight's avatar
      Fix "No results for {query}" message · 01915c04
      Robert Knight authored
      Usage of `vm.search.query` in the `<sidebar-content>` template was
      incorrect. `vm.search` is always set and `query` is a function that
      returns a string, not a string.
      
      Fixes #9
      01915c04
  12. 08 Jun, 2018 2 commits