Skip to content

Commit

Permalink
feat(jump): Better navigation in jump mode (#151)
Browse files Browse the repository at this point in the history
Arrow-key navigation in jump mode. Fixes #138
  • Loading branch information
tmcw authored Jun 10, 2018
1 parent a680d35 commit 6491c07
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 130 deletions.
2 changes: 1 addition & 1 deletion lib/big.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ div.imageText {
}

/* normally not good, but ok in context of full screen directional navigation */
:focus {
.talk-mode .slide:focus {
outline: 0;
}

Expand Down
Loading

0 comments on commit 6491c07

Please sign in to comment.