fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

Fix #96: ugly tooltip flickering when cursor overlaps parent element #97

Closed rmunn closed 8 years ago

rmunn commented 8 years ago

See #96 for details of the bug.

Note that this PR has two commits, one of which is just a whitespace change because the mixing of tabs and spaces in style.css was bugging me. If you prefer not to merge whitespace-change-only commits, let me know and I'll make a new PR without that commit.

forki commented 8 years ago

awesome. thanks!