Closed Kolcha closed 8 months ago
some experimentation shown that the issue is caused by some theme installed from addons.mozilla.org, disabling it fixes the issue
sorry for bothering you
Are you using a custom theme?
If so the theme you are using might be adding an outline around the tab. For example, in the Firefox Alpenglow theme it looks like this, with a purple outline around the tab:
Some themes might an outline around the tab that uses the same colour as the toolbar, this causes what you see here. One fix for this would be to just disable the outline by adding this code to userChrome.css
or to a file named custom.css
inside the chrome
folder.
#TabsToolbar {
--lwt-tab-line-color: unset !important;
}
Firefox Alpenglow after disabling the outline colour:
Edit: just saw your reply, if you still want to use that theme you can add the CSS code above to disable the outline specifically.
Description
both left and right bottom corners of active tab are not rounded, top corners also look "not so round"
surprisingly, it looks fine with some older version found in another theme based on this one (that's how I found this nice project)
Configuration
Notes: