mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 02:07:51 +00:00
CM: Fix hover styles for component icon
This commit is contained in:
parent
04863be7b6
commit
b847d17cda
@ -20,6 +20,12 @@ const CustomLink = styled(Flex)`
|
||||
color: ${theme.colors.primary600};
|
||||
}
|
||||
`}
|
||||
|
||||
/* > ComponentIcon */
|
||||
> div:first-child {
|
||||
background: ${({ theme }) => theme.colors.primary200};
|
||||
color: ${({ theme }) => theme.colors.primary600};
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user