Skip to content

Commit 814e208

Browse files
committed
Revert "Fix colorStack option (#32)"
This reverts commit 630f96c.
1 parent 8c5c021 commit 814e208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/content/tabutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3305,7 +3305,7 @@ tabutils._tabPrefObserver = {
33053305
if (color && !(group in this._tabColoringRules)) {
33063306
let selectorText;
33073307
if (group[0] == "{")
3308-
selectorText = '.tabbrowser-tabs[colorStack="true"] > .tabbrowser-tab[group="' + group + '"]:not([group-counter="1"])';
3308+
selectorText = '#main-window .tabbrowser-tab[group="' + group + '"]:not([group-counter="1"])';
33093309
else
33103310
selectorText = '.tabbrowser-tabs[colorStack="true"] > .tabbrowser-tab[group^="{' + group + '"]:not([group-counter="1"])';
33113311

0 commit comments

Comments
 (0)