Hide tab separator lines for multiselected tabs.

This commit is contained in:
MrOtherGuy 2023-01-05 10:44:05 +02:00
parent cc6603de10
commit 59af5985f5

View file

@ -16,5 +16,7 @@ See the above repository for updates as well as full license text. */
.tabbrowser-tab:hover, .tabbrowser-tab:hover,
.tabbrowser-tab[beforehovered], .tabbrowser-tab[beforehovered],
.tabbrowser-tab[selected], .tabbrowser-tab[selected],
.tabbrowser-tab[multiselected],
.tabbrowser-tab[last-visible-tab], .tabbrowser-tab[last-visible-tab],
.tabbrowser-tab[before-multiselected],
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; } .tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }