Skip to content

Commit

Permalink
Fixed tab colour breaking because of a Mozilla syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichayesferen committed Dec 3, 2023
1 parent 5d8dc2f commit 3bfc8b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mod-files/chrome/ferenChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@

@supports not -moz-bool-pref("userChrome.tab.color_like_toolbar") {
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon:not(:-moz-lwtheme),
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[multiselected=true]:not(:-moz-lwtheme),
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[selected=true]:not(:-moz-lwtheme) { /*tabs.css:610, Firefox 114*/
#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background:is([selected], [multiselected]):not(:-moz-lwtheme) { /*tabs.css:486, Firefox 120*/
background-attachment: scroll, scroll, fixed !important;
background-color: transparent !important;
background-image: linear-gradient(var(--lwt-selected-tab-background-color, transparent), var(--lwt-selected-tab-background-color, transparent)),
Expand Down

0 comments on commit 3bfc8b7

Please sign in to comment.