Add: Photon like Unselected Tab - Pre-tabs spacer

This commit is contained in:
alstjr7375 2021-06-29 11:30:34 +09:00
parent ec965c783b
commit fbe07cd0bf

View file

@ -328,6 +328,11 @@
}
/** Unselected Tab - Divide line ********************************************/
.titlebar-spacer[type="pre-tabs"] {
border-inline-end: 1px solid var(--lwt-background-tab-separator-color, currentColor);
opacity: 0.3;
}
.tabbrowser-tab::after, #tabbrowser-tabs[movingtab] > #tabbrowser-arrowscrollbox > .tabbrowser-tab[visuallyselected]::before {
content: "";
display: block;