We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5c021 commit 814e208Copy full SHA for 814e208
chrome/content/tabutils.js
@@ -3305,7 +3305,7 @@ tabutils._tabPrefObserver = {
3305
if (color && !(group in this._tabColoringRules)) {
3306
let selectorText;
3307
if (group[0] == "{")
3308
- selectorText = '.tabbrowser-tabs[colorStack="true"] > .tabbrowser-tab[group="' + group + '"]:not([group-counter="1"])';
+ selectorText = '#main-window .tabbrowser-tab[group="' + group + '"]:not([group-counter="1"])';
3309
else
3310
selectorText = '.tabbrowser-tabs[colorStack="true"] > .tabbrowser-tab[group^="{' + group + '"]:not([group-counter="1"])';
3311
0 commit comments