1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-03-11 06:25:05 +00:00

fix: empêche le clignotement de la Tooltip

This commit is contained in:
Alice Dahan 2024-10-18 11:41:53 +02:00 committed by liliced
parent be9c86a437
commit 03bd369383

View file

@ -94,6 +94,7 @@ const StyledTooltip = styled.span`
color: ${({ theme }) => theme.colors.extended.grey[100]};
border-radius: ${({ theme }) => theme.box.borderRadius};
z-index: 100;
pointer-events: none;
* {
color: ${({ theme }) => theme.colors.extended.grey[100]};
}