-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix hidden decoration for Mesh product card on hover, when there is both <ExploreMainProductCards />
and <ToolsAndLibrariesCards />
on page
#1951
Conversation
🦋 Changeset detectedLatest commit: 02779ea The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📚 Storybook DeploymentThe latest changes are available as preview in: https://6a94cf24.the-guild-docs-storybook.pages.dev |
'pointer-events-none absolute bottom-0 right-0 h-full fill-blue-200 opacity-0 transition-opacity duration-500 group-focus-within:opacity-100 group-hover:opacity-100', | ||
isHive && 'fill-blue-700', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think fill-blue-200
and fill-blue-700
were used before
)} | ||
preserveAspectRatio="xMidYMid meet" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need this? I didn't see any change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…oth `<ExploreMainProductCards />` and `<ToolsAndLibrariesCards />` on page (#1951)
STORYBOOK
alternative approach of #1950 to fix svg id conflicts when both
<ExploreMainProductCards />
and<ToolsAndLibrariesCards />
components are on page due[&>:nth-child(n+4)]:[@media(min-width:1490px)]:hidden
classStorybook
Screen.Recording.2025-01-07.at.03.16.39.mov
Example of both components in same page
Screen.Recording.2025-01-07.at.03.21.26.mov