Firefox 130 added borders around buttons in high-contrast themes (finally). Should you not want them, here's how to disable them...
Firefox 130 added borders around buttons in high-contrast themes (finally). Should you not want them, here's how to disable them...
bugzilla.mozilla.org 1881851 - Toolbarbuttons should have a visible border in prefers-contrast/forced-colors
RESOLVED (mstriemer) in Firefox - Theme. Last updated 2024-07-22.
I am quite happy they added the borders, but I know some people use high-contrast themes as a base for their own theming and don't want this, in this case, add this to your userChrome.css
:
:root {
--toolbarbutton-outline: none !important;
}
0
comments