diff --git a/chrome/tab_separator_lines.css b/chrome/tab_separator_lines.css index 2f77db4..e45f41f 100644 --- a/chrome/tab_separator_lines.css +++ b/chrome/tab_separator_lines.css @@ -18,6 +18,7 @@ See the above repository for updates as well as full license text. */ .tabbrowser-tab:first-child, .tabbrowser-tab[selected], .tabbrowser-tab[multiselected], +.tabbrowser-tab:is([selected],[multiselected]) + .tabbrowser-tab[hidden] + .tabbrowser-tab, #tabbrowser-arrowscrollbox[overflowing] > .tabbrowser-tab[first-visible-unpinned-tab], #tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[multiselected] + .tabbrowser-tab, #tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[selected] + .tabbrowser-tab { border-image: none !important; } \ No newline at end of file