How to disable Firefox's default focus rings
I am trying to test a site for its existing focus ring styles, but can't see them because firefox's added blue focus ring is covering them up. I also need to be able to s… (saznaj više)
I am trying to test a site for its existing focus ring styles, but can't see them because firefox's added blue focus ring is covering them up. I also need to be able to see when there is no focus ring added by the site at all.
I have browser.display.show_focus_ring and browser.display.always_show_rings_after_key_focus
both set to false, no profile-wide css, no tampermonkey, or stylus files enabled.
I know that the color contrast is poor, but when testing I'd like to be able to see it without firefox plopping their blue one in the way of a quick visual check.
Thank you for any help here :D