Skip to content

Commit

Permalink
Fix: Tab - Selected background at FF v121 #827
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 25, 2023
1 parent 8c6140c commit a3c4558
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/leptonChrome.css

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

4 changes: 4 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 @@ -3,6 +3,10 @@
--tab-selected-bgcolor: unset !important; /* Original: rgb(255,255,255); */
--tab-selected-bgimage: unset !important; /* Above FF v101 */
}
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon, .tab-background:is([selected], [multiselected]) {
background-color: var(--tab-selected-bgcolor, var(--toolbar-bgcolor)) !important;
}

#tabbrowser-tabs:not([movingtab])
> #tabbrowser-arrowscrollbox
> .tabbrowser-tab
Expand Down

0 comments on commit a3c4558

Please sign in to comment.