diff --git a/browser/themes/linux/controlcenter/panel.css b/browser/themes/linux/controlcenter/panel.css index 461ffe8eadb6..fc1263376764 100644 --- a/browser/themes/linux/controlcenter/panel.css +++ b/browser/themes/linux/controlcenter/panel.css @@ -24,3 +24,7 @@ #protections-popup toolbarbutton:not([disabled="true"]):hover:active { color: inherit; } + +.protections-popup-tp-switch:-moz-focusring { + outline: 1px dotted; +} diff --git a/browser/themes/osx/controlcenter/panel.css b/browser/themes/osx/controlcenter/panel.css index a6c03484289d..add7be13604f 100644 --- a/browser/themes/osx/controlcenter/panel.css +++ b/browser/themes/osx/controlcenter/panel.css @@ -14,6 +14,7 @@ } .tracking-protection-button:-moz-focusring, +.protections-popup-tp-switch:-moz-focusring, #identity-popup-securityView-body > button:-moz-focusring { box-shadow: var(--focus-ring-box-shadow); } diff --git a/browser/themes/windows/controlcenter/panel.css b/browser/themes/windows/controlcenter/panel.css index cc9bab6f857b..b9e93b244029 100644 --- a/browser/themes/windows/controlcenter/panel.css +++ b/browser/themes/windows/controlcenter/panel.css @@ -7,3 +7,7 @@ .tracking-protection-button > .button-box > .button-icon { margin-inline-end: 5px; } + +.protections-popup-tp-switch:-moz-focusring { + outline: 1px dotted; +}