.tab-background:is([selected],[multiselected]) {
background: linear-gradient(to bottom, #0A84FF 2px, var(--tab-background-color-selected) 0px) !important;
}

#tabbrowser-tabs[orient="vertical"] .tab-background:is([selected],[multiselected]) {
background: linear-gradient(to left, #0A84FF 2px, var(--tab-background-color-selected) 0px) !important;
}