commit 7bebbc2d942cf21ed1067ce14b430eb5fdb910bf parent cf9164095983617265d14b4df0fa78dfec3c98ec Author: mark <mkennedy@mozilla.com> Date: Fri, 5 Dec 2025 20:35:15 +0000 Bug 2002923 - Fix the back button focus ring being cut off on the Manage payment methods subpage r=akulyk Differential Revision: https://phabricator.services.mozilla.com/D275284 Diffstat:
| M | browser/themes/shared/preferences/preferences.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/themes/shared/preferences/preferences.css b/browser/themes/shared/preferences/preferences.css @@ -68,7 +68,8 @@ #mainPrefPane { width: 100%; - padding: 0; + /* at some point we'll end up removing the sticky element using z-index above this that cuts off the top of the focus outline in https://bugzilla.mozilla.org/show_bug.cgi?id=1867385, but we're adding padding intentionally until then */ + padding: calc(var(--focus-outline-offset) + var(--focus-outline-width)) 0 0; } html|div[data-category],