Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 3 haben dieses Problem
  • 35 Aufrufe
  • Letzte Antwort von Rocket.Friday

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?
Angefügte Screenshots

Geändert am von booya

Alle Antworten (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