>>761
すべて(五か所)の
.tab-background::before

.tab-background::after
にする

コンテナータブの線と被って隠れてしまうので次の部分を削除

/* Move container color bar to bottom of tab */

.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
margin-top: calc(var(--tab-min-height) - 2px) !important;
}