Skip to content
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

Convert tooltip component to chakra UI #8684

Merged

Conversation

vdusart
Copy link
Contributor

@vdusart vdusart commented Nov 20, 2022

Convert the Tooltip.tsx componenent to Chakra

Description

One more thing just for information, here we are using a z-index of 10 but the documentation says this: https://chakra-ui.com/community/recipes/z-index

Related Issue

#8632

@gatsby-cloud
Copy link

gatsby-cloud bot commented Nov 21, 2022

✅ ethereum-org-website-dev deploy preview ready

Copy link
Member

@pettinarip pettinarip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 thanks @vdusart

@@ -174,7 +176,7 @@ const GridItem: React.FC<IPropsGridItem> = ({
background: isOpen ? color : "ednBackground",
transition: isOpen ? "auto" : "transform 0.5s",
transform: isOpen ? "auto" : "skewX(-5deg)",
boxShadow: "tableBoxShadow",
boxShadow: shadow,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks!

@pettinarip pettinarip merged commit c1817ab into ethereum:dev Nov 28, 2022
@vdusart vdusart deleted the feat/convert-Tooltip-component-to-ChakraUI branch November 28, 2022 22:13
@corwintines corwintines mentioned this pull request Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants