diff --git a/src/App/components/PopupMenu/PopupMenu.module.scss b/src/App/components/PopupMenu/PopupMenu.module.scss index 46be6c80..0facaacf 100644 --- a/src/App/components/PopupMenu/PopupMenu.module.scss +++ b/src/App/components/PopupMenu/PopupMenu.module.scss @@ -12,6 +12,12 @@ $type: button ); + // The container holds DOM focus for aria-activedescendant, but the visual + // focus indicator lives on the --selected item, so suppress the ring here. + &[data-focus-visible="true"]::after { + opacity: 0; + } + background-color: var(--background-color); position: fixed; z-index: 9999;