diff --git a/chrome/tab_separator_lines.css b/chrome/tab_separator_lines.css index df4bfcc..5ff2b8c 100644 --- a/chrome/tab_separator_lines.css +++ b/chrome/tab_separator_lines.css @@ -4,8 +4,9 @@ See the above repository for updates as well as full license text. */ /* Bring back tab separator lines that were removed in Proton */ .tabbrowser-tab{ - border-inline-start: 1px solid !important; + border-inline-end: 1px solid transparent !important; border-image: 0 1 linear-gradient(transparent 20%,var(--toolbarseparator-color) 20%,var(--toolbarseparator-color) 80%,transparent 80%); } -.tabbrowser-tab[first-visible-tab], -.tabbrowser-tab[first-visible-unpinned-tab]{ border: none !important; } \ No newline at end of file +.tabbrowser-tab[selected], +.tabbrowser-tab[last-visible-tab], +.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; } \ No newline at end of file