non_floating_tabs: apply relative selected tab position to pinned tabs

In overflow mode Firefox will override that anyway so no need to exclude
all pinned tabs.
This commit is contained in:
MrOtherGuy 2023-02-16 05:28:48 +02:00
parent b906186eb9
commit 055e742a87

View file

@ -69,7 +69,7 @@ See the above repository for updates as well as full license text. */
}
/* Selected tab needs to be relative so it gets drawn over nav-bar top "border" */
.tabbrowser-tab:not([pinned])[selected]{
.tabbrowser-tab[selected]{
position: relative;
z-index: 1;
}