-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat!: merge old Tooltip with ActionTooltip and introduce new Tooltip #1189
Conversation
Preview is ready. |
Playwright Test Component is ready. |
Hello, I looked at why the playwright tests were failing, in another application they wrote export incorrectly |
--g-popup-border-width: 0; | ||
--g-popup-background-color: var(--g-color-base-float-heavy); |
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.
No need to increase specifity here anymore
e395ca2
to
9066ccc
Compare
qa={qa} | ||
> | ||
<div className={b('content', contentClassName)}> | ||
<React.Fragment> |
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.
Fragment is not necessary here
--g-popup-border-width: 0; | ||
--g-popup-background-color: var(--g-color-base-float-heavy); | ||
|
||
&__popup-content { |
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.
Seems this class is not exists anymore
src/components/Tooltip/Tooltip.scss
Outdated
animation-timing-function: unset; | ||
animation-fill-mode: unset; | ||
} | ||
} | ||
|
||
&__popup-content { |
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.
Same as for ActionTooltip
No description provided.