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?
Змінено
Усі відповіді (1)
This is intentional for high contrast themes due to bug 1881851.
You can remove it with this css:
:root { --toolbarbutton-outline: none !important; }