fssnippets / fssnip-website

Source code for the F# Snippets web site
http://fssnip.net
100 stars 35 forks source link

Tooltips are not working in new snippets. #119

Open Thorium opened 8 months ago

Thorium commented 8 months ago

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

OutOfScopeia commented 5 months ago

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. https://github.com/fssnippets/fssnip-website/pull/122