Remove dark background on hover

pull/2573/head
Jérémy Rialland 2023-04-24 16:45:36 +02:00 committed by Jérémy Rialland
parent f82fd7315e
commit db847cf8c1
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ import CompanySearchDetails from './SearchDetails'
const StyledCard = styled(Card)`
flex-direction: row; // for Safari <= 13
cursor: pointer;
&:hover {
background-color: ${({ theme }) => theme.colors.extended.dark[700]};
}
&:focus-visible {
${FocusStyle}
}