📣 Help shape Firefox by joining our Test Days event on July 21–Aug 1 to test the Firefox Semantic History Search in Firefox Beta 142

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox 130. How do I remove borders around buttons and other controls? (screenshot)

Immediately after updating to version 130, highlighting borders appeared. How to remove them?

Immediately after updating to version 130, highlighting borders appeared. How to remove them?
Attached screenshots

Modified by booya

All Replies (2)

This is intentional for high contrast themes due to bug 1881851.

You can remove it with this css:

:root {
 --toolbarbutton-outline: none !important;
}

TyDraniu said

This is intentional for high contrast themes due to bug 1881851. You can remove it with this css: :root { --toolbarbutton-outline: none !important; }

Thank you so much! TyDraniu This has been plaguing me for months! :'( You have my eternal gratitude! <3