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:
parent
b906186eb9
commit
055e742a87
1 changed files with 1 additions and 1 deletions
|
@ -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" */
|
/* 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;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue