Hide tab separator lines for multiselected tabs.
This commit is contained in:
parent
cc6603de10
commit
59af5985f5
1 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,7 @@ See the above repository for updates as well as full license text. */
|
|||
.tabbrowser-tab:hover,
|
||||
.tabbrowser-tab[beforehovered],
|
||||
.tabbrowser-tab[selected],
|
||||
.tabbrowser-tab[multiselected],
|
||||
.tabbrowser-tab[last-visible-tab],
|
||||
.tabbrowser-tab[before-multiselected],
|
||||
.tabbrowser-tab[beforeselected-visible]{ border-image: none !important; }
|
Loading…
Reference in a new issue