搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

more options

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?
附加的畫面擷圖

由 booya 於 修改

所有回覆 (2)

more options

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

You can remove it with this css:

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

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