Firefox-UI-Fix icon indicating copy to clipboard operation
Firefox-UI-Fix copied to clipboard

selected pined tab has underline when enough tabs are opened to bring up the tab scroll arrows

Open gotyaoi opened this issue 2 years ago • 3 comments

Describe the bug In photon style, when a tab is selected, the line at the bottom of the tab is removed to visually merge it with the navigation bar below it. However, this does not occur for pinned tabs in the case that enough regular tabs have been opened to cause the scroll arrows to appear on either side of the tab container. The behavior of regular tabs is still correct in this case, and pinned tabs are correctly handled when the tab scroll arrows are not present.

Expected behavior The line below a pinned tab should always be removed when it is selected.

Screenshots pinned few

regular few

pinned many

regular many

Environment:

user.js setup

// Your setting

Additional context

gotyaoi avatar Jun 23 '22 21:06 gotyaoi

Did a little bit of looking at this, it appears to be partially related to https://github.com/black7375/Firefox-UI-Fix/blob/d658028b7bca02a36c6c41fb609120198bc59270/css/leptonChrome.css#L3988-L3990. Disabling that rule removes the line by restoring the z-index: 2 from chrome://browser/skin/tabs.css:119, though there's a leftover box shadow from the tab-background class.

gotyaoi avatar Jul 04 '22 19:07 gotyaoi

Hello, I am investigating this issue. Could you tell me the link to your theme?

black7375 avatar Jul 29 '22 01:07 black7375

https://addons.mozilla.org/en-US/firefox/addon/yakuza-paint/

gotyaoi avatar Jul 29 '22 06:07 gotyaoi

I think it's solved. Let me know if there's still a problem.

black7375 avatar Dec 17 '22 20:12 black7375

Works perfectly for me now, thank you.

gotyaoi avatar Dec 18 '22 09:12 gotyaoi