From d76dda25fbac5ea6aceb96ae555177613b85def7 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 27 Aug 2024 09:25:21 -0500 Subject: [PATCH] Fix styling in MH --- .../highlights/components/SummaryPopup/ContextMenu.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/content/highlights/components/SummaryPopup/ContextMenu.tsx b/src/app/content/highlights/components/SummaryPopup/ContextMenu.tsx index acc7f3df29..74e1a69967 100644 --- a/src/app/content/highlights/components/SummaryPopup/ContextMenu.tsx +++ b/src/app/content/highlights/components/SummaryPopup/ContextMenu.tsx @@ -51,8 +51,15 @@ const StyledDropdownList = styled(DropdownList)` li { display: flex; + button, a { + border: 0; width: 100%; + + :focus, + :hover { + outline-width: 0; + } } } `;