mirror of https://github.com/gorhill/uBlock.git
Actual icon color is #FFCC00, not #FC0
This commit is contained in:
parent
8bef11a871
commit
bb462e6e5d
|
@ -822,7 +822,7 @@ if ( webext.browserAction instanceof Object ) {
|
||||||
});
|
});
|
||||||
browserAction.setBadgeText({ text });
|
browserAction.setBadgeText({ text });
|
||||||
browserAction.setBadgeBackgroundColor({
|
browserAction.setBadgeBackgroundColor({
|
||||||
color: text === '!' ? '#FC0' : '#666'
|
color: text === '!' ? '#FFCC00' : '#666'
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue