Skip to content

Commit 31ff0c8

Browse files
author
Hector Arce De Las Heras
committed
Delete modal prop on tooltip
1 parent d515820 commit 31ff0c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/tooltip/tooltip.styled.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ type TooltipStylesPropsTypes = {
1414

1515
export const TooltipStyled = styled.div<{ tooltipAsModal?: boolean }>`
1616
display: inline-block;
17-
cursor: ${props => (props.tooltipAsModal ? 'pointer' : 'auto')};
1817
`;
1918

2019
export const TooltipExternalContainerStyled = styled.div<TooltipStylesPropsTypes>`

0 commit comments

Comments
 (0)