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; + } } } `; diff --git a/src/app/content/highlights/components/SummaryPopup/__snapshots__/ContextMenu.spec.tsx.snap b/src/app/content/highlights/components/SummaryPopup/__snapshots__/ContextMenu.spec.tsx.snap index 628f1b536b..1ef1cb162a 100644 --- a/src/app/content/highlights/components/SummaryPopup/__snapshots__/ContextMenu.spec.tsx.snap +++ b/src/app/content/highlights/components/SummaryPopup/__snapshots__/ContextMenu.spec.tsx.snap @@ -568,10 +568,19 @@ exports[`ContextMenu match snapshot when open 1`] = ` display: flex; } +.c13 li button, .c13 li a { + border: 0; width: 100%; } +.c13 li button:focus, +.c13 li a:focus, +.c13 li button:hover, +.c13 li a:hover { + outline-width: 0; +} + .c31 { width: 15px; height: 15px;