geometricpanda / storybook-addon-badges

An addon for Storybook which allows the addition of badges to your Stories
https://geometricpanda.github.io/storybook-addon-badges/
MIT License
9 stars 7 forks source link

Hovering mouse over badge doesn't show tooltip on Storybook v7 #14

Closed maximevaillancourt closed 10 months ago

maximevaillancourt commented 1 year ago

Storybook version: v7.0.6

Expected behavior

Hovering badge with mouse show tooltips. ✅

(optionally, clicking on the badge hides the visible tooltip)

Demo when using the add-on in Storybook v6:

https://user-images.githubusercontent.com/8457808/233484575-a015ace4-ebd5-43d6-8a90-4bafd83014dc.mov

Actual behavior

Hovering badge with mouse does not show tooltip. ❌

(optionally, clicking on the badge toggles the tooltip visibility)

Demo when using the add-on in Storybook v7:

https://user-images.githubusercontent.com/8457808/233484595-c6435515-cb32-43fa-9a41-0945de8c8a0e.mov

geometricpanda commented 1 year ago

Hey, This change was done by Storybook, you now have to click. I'll have a look at options though