Skip to content

Commit

Permalink
fix: Toolbar icons correctly change color in dark themes.
Browse files Browse the repository at this point in the history
Restore #navigator-toolbox children to receive brighttext attr.

Fixes #305.
Reviewer: @bwinton
Merge pull request #421 from ericawright/fix/icon_colors
  • Loading branch information
bwinton authored Jul 19, 2016
2 parents c3f1ab0 + 5c0a115 commit 2cd82d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verticaltabs.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ VerticalTabs.prototype = {
return rgb.map(x => parseInt(x));
}

let toolbarSelector = '#verticaltabs-box, #verticaltabs-box > toolbar:not([collapsed=true]):not(#addon-bar)';
let toolbarSelector = '#verticaltabs-box, #verticaltabs-box > toolbar:not([collapsed=true]):not(#addon-bar), #navigator-toolbox > toolbar:not([collapsed=true]):not(#addon-bar)';
if (AppConstants.platform === 'macosx') {
toolbarSelector += ':not([type=menubar])';
}
Expand Down

0 comments on commit 2cd82d5

Please sign in to comment.