From 86411dcefefd41f1e686f0076143eeb0d83f0e2b Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Wed, 4 Sep 2024 15:03:27 -0500 Subject: [PATCH] Style focus, not hover --- src/app/components/Dropdown.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/Dropdown.tsx b/src/app/components/Dropdown.tsx index 314b7c82fb..e26a59415f 100644 --- a/src/app/components/Dropdown.tsx +++ b/src/app/components/Dropdown.tsx @@ -217,7 +217,6 @@ export const DropdownList = styled(TrappingDropdownList)` font-size: 1.4rem; line-height: 2rem; - &:hover, &:focus { background: ${theme.color.neutral.formBorder}; ${defaultFocusOutline}