Skip to content

Commit

Permalink
Fix: Tab - Selected tab background color when moving
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Feb 18, 2024
1 parent 41acca6 commit 3a0b786
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/_color_like_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
background-color: var(--tab-selected-bgcolor, var(--toolbar-bgcolor)) !important;
}

#tabbrowser-arrowscrollbox
> .tabbrowser-tab
> .tab-stack
> .tab-background[selected]:-moz-lwtheme,
#tabbrowser-tabs:not([movingtab])
> #tabbrowser-arrowscrollbox
> .tabbrowser-tab
Expand Down

0 comments on commit 3a0b786

Please sign in to comment.