Skip to content

Commit

Permalink
Merge pull request gerhardsletten#66 from rafaelsaback/add-cursor-toc…
Browse files Browse the repository at this point in the history
…-button

Add pointer to toc button
  • Loading branch information
gerhardsletten authored Oct 9, 2020
2 parents 5ec81ce + 62bcedd commit 06b19cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/ReactReader/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ export default {
top: 10,
left: 10,
borderRadius: 2,
outline: "none"
outline: "none",
cursor: "pointer"
},
tocButtonExpanded: {
background: "#f2f2f2"
Expand Down

0 comments on commit 06b19cb

Please sign in to comment.