diff --git a/site/source/components/company/SearchField.tsx b/site/source/components/company/SearchField.tsx index ef1c4ac27..6a6d1347c 100644 --- a/site/source/components/company/SearchField.tsx +++ b/site/source/components/company/SearchField.tsx @@ -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} }