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; + } } } `;