From db847cf8c198206e7c636d5f9742453e8f838c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Mon, 24 Apr 2023 16:45:36 +0200 Subject: [PATCH] Remove dark background on hover --- site/source/components/company/SearchField.tsx | 3 --- 1 file changed, 3 deletions(-) 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} }