Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Lower tab curve is missing in Firefox 102. #124

Open
CO-Windler opened this issue Jun 30, 2022 · 5 comments · May be fixed by #126
Open

Lower tab curve is missing in Firefox 102. #124

CO-Windler opened this issue Jun 30, 2022 · 5 comments · May be fixed by #126

Comments

@CO-Windler
Copy link

I use a custom userChrome.css to render curvy tabs. Since I updated Firefox to 102 on Win10 the lower curves of each tab (except the leftmost corner) are not drawn properly anymore but stay straight.

@import url(userChrome-light_photon-australis.css); /* curved tabs */

So I won't dare to update my Linux Mint version of Firefox 101 yet. (FF102 on Win10 also introduced a cookies setting bug that risks privacy.)

@queueslikely
Copy link

Same here on Firefox 102.0 and Windows 10 21H2

Before:
Screenshot_18

After:
Screenshot_17

@Orriky
Copy link

Orriky commented Jul 8, 2022

Try this:


.tab-background {
  outline: none !important;
}

.tabbrowser-tab[selected="true"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@CO-Windler
Copy link
Author

This is only half of a solution. I tried this on my laptop (IBM X61t with Win10), but it makes the active tab shorter (less text visible) and any shadowed tab (unclicked mouse over) still has the wrong shape.

@2BeeOrNot
Copy link

Maybe this:

.tabbrowser-tab { overflow: unset !important; }

queueslikely added a commit to queueslikely/photon-australis that referenced this issue Aug 9, 2022
@queueslikely
Copy link

Can confirm this works

@queueslikely queueslikely linked a pull request Aug 9, 2022 that will close this issue
queueslikely added a commit to queueslikely/photon-australis that referenced this issue Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants