You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While upgrading a project from SB v7 to v8 and applying our custom theme (working in v7), I've maybe spotted an issue where the barHoverColor property might have disappeared, or at least doesn't work anymore.
In this environment with fake colors, barHoverColor: 'green', means that the hover color of the main bar should be green, and it stays grayish. The other properties seem to work well since the bar background is red.
The only difference I can see with v7 with the same theme is that there's a semi-transparent background on hover, but I suppose it's normal and new in v8 (like the outline selected state, etc.):
Describe the bug
While upgrading a project from SB v7 to v8 and applying our custom theme (working in v7), I've maybe spotted an issue where the
barHoverColor
property might have disappeared, or at least doesn't work anymore.To Reproduce
I've created a reproducible environment via StackBlitz: https://stackblitz.com/edit/github-ezja5c?file=.storybook%2FMyTheme.js,.storybook%2Fmanager.js&preset=node
In this environment with fake colors,
barHoverColor: 'green',
means that the hover color of the main bar should be green, and it stays grayish. The other properties seem to work well since the bar background is red.System
Additional context
barHoverColor
: https://storybook.js.org/docs/configure/theming#create-a-theme-quickstartbarHoverColor
in theme common snippet #25051 and Theming: AddbarHoverColor
#20169The text was updated successfully, but these errors were encountered: