tab separator lines: don't hide separator on first non-pinned tabs with horizontal tabs
This commit is contained in:
@@ -58,6 +58,6 @@ tab-group:has(> :last-of-type:is(:hover,[selected],[multiselected],[hasactivetab
|
|||||||
#pinned-tabs-container:empty + arrowscrollbox > :first-child,
|
#pinned-tabs-container:empty + arrowscrollbox > :first-child,
|
||||||
#tabbrowser-arrowscrollbox[overflowing] > :first-child,
|
#tabbrowser-arrowscrollbox[overflowing] > :first-child,
|
||||||
#pinned-tabs-container:has( > :last-child:is(:hover,[selected],[multiselected])) ~ arrowscrollbox > :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;
|
background-size: 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user