fssnippets/fssnip-website

Tooltips are not working in new snippets.

Opened this issue · 1 comments

Tooltips CSS are not working in new snippets.
Old snippets work fine, but I just added this:

https://fssnip.net/8a9/title/Using-Utf8JsonReader-from-SystemTextJson-with-FSharp

I put in a bit of a ghetto fix for this yesterday. What i mean is, I didn't figure out why the formatted HTMLs are now generated with references to fsdocs-tip tooltip class instead of just tip. So, in the style sheet, I copied the tip class into a new class under the other name, and now both cases are covered.
#122