Skip to content

Commit

Permalink
Fix: Tab - Contextline color #857
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 7, 2024
1 parent 350f20e commit f19eb30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/tab/selected_tab/_photon_like_contextline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit f19eb30

Please sign in to comment.