Don't remove borders from nearby tabs when moving tabs

This commit is contained in:
MrOtherGuy 2023-01-05 14:33:54 +02:00
parent 59af5985f5
commit bba50ef2f3

View file

@ -14,9 +14,8 @@ See the above repository for updates as well as full license text. */
} }
.tabbrowser-tab:hover, .tabbrowser-tab:hover,
.tabbrowser-tab[beforehovered], #tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[beforehovered],
.tabbrowser-tab[selected], .tabbrowser-tab[selected],
.tabbrowser-tab[multiselected], .tabbrowser-tab[multiselected],
.tabbrowser-tab[last-visible-tab], #tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[before-multiselected],
.tabbrowser-tab[before-multiselected], #tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[beforeselected-visible] { border-image: none !important; }
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }