We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d515820 commit 31ff0c8Copy full SHA for 31ff0c8
src/components/tooltip/tooltip.styled.ts
@@ -14,7 +14,6 @@ type TooltipStylesPropsTypes = {
14
15
export const TooltipStyled = styled.div<{ tooltipAsModal?: boolean }>`
16
display: inline-block;
17
- cursor: ${props => (props.tooltipAsModal ? 'pointer' : 'auto')};
18
`;
19
20
export const TooltipExternalContainerStyled = styled.div<TooltipStylesPropsTypes>`
0 commit comments