>>87
高さと色はFirefox88と同じにしてある

@-moz-document url-prefix("chrome://browser/content/browser") {
/* タブの上部のライン */
.tab-background[multiselected] .tab-context-line,
.tab-background[selected="true"] .tab-context-line {
height: 2px !important;
background-color: #0A84FF !important;
}
}