Fix: Tab - Contextline color #857

This commit is contained in:
alstjr7375 2024-01-07 23:46:31 +09:00
parent 350f20e5e9
commit f19eb3000d
3 changed files with 22 additions and 0 deletions

View file

@ -4,6 +4,10 @@
border-radius: var(--tab-border-radius, 4px) var(--tab-border-radius, 4px) 0 0 !important;
}
#{built-in-light-theme()} .tab-context-line,
#{built-in-dark-theme()} .tab-context-line {
--tab-line-color: rgb(10, 132, 255);
}
.tabbrowser-tab:is([selected], [multiselected]) .tab-context-line {
/* Photon like color
Default: var(--tab-line-color, rgb(10, 132, 255))