use -inline-end instead of inline-start to add the border

This commit is contained in:
MrOtherGuy 2021-04-22 13:00:49 +03:00
parent b328b4aba7
commit 693d8b0bbd

View file

@ -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 */ /* Bring back tab separator lines that were removed in Proton */
.tabbrowser-tab{ .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%); 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[selected],
.tabbrowser-tab[first-visible-unpinned-tab]{ border: none !important; } .tabbrowser-tab[last-visible-tab],
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }