Skip Navigation
Firefox @fedia.io Carighan Maconar @lemmy.world

Firefox 130 added borders around buttons in high-contrast themes (finally). Should you not want them, here's how to disable them...

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
0 comments