Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
[Fix] textStyle of Tabs has broken since Fx53 [Bug 658467]
Browse files Browse the repository at this point in the history
  • Loading branch information
yfdyh000 committed Mar 8, 2017
1 parent 5a0334a commit 342bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/tabutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@ tabutils._tabPrefObserver = {
'.alltabs-item#Selector#'
].join(),
textSelector: [
'.tabbrowser-tab#Selector# > * > .tab-content > .tab-text',
'.tabbrowser-tab#Selector# > * > .tab-content .tab-text',
'.alltabs-item#Selector#'
].join(),
bgSelector: [
Expand Down

0 comments on commit 342bc3e

Please sign in to comment.