tab separator lines: don't hide separator on first non-pinned tabs with horizontal tabs

This commit is contained in:
MrOtherGuy
2026-05-11 16:00:16 +03:00
parent 790352d340
commit 7927b20670
+1 -1
View File
@@ -58,6 +58,6 @@ tab-group:has(> :last-of-type:is(:hover,[selected],[multiselected],[hasactivetab
#pinned-tabs-container:empty + arrowscrollbox > :first-child,
#tabbrowser-arrowscrollbox[overflowing] > :first-child,
#pinned-tabs-container:has( > :last-child:is(:hover,[selected],[multiselected])) ~ arrowscrollbox > :first-child,
#vertical-pinned-tabs-splitter:not([hidden]) ~ arrowscrollbox > :first-child{
#vertical-pinned-tabs-splitter:not([hidden]) ~ arrowscrollbox[orient="vertical"] > :first-child{
background-size: 0 0;
}