mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-01 11:35:03 +00:00
chore: Update firefox version to 126.0.0
This commit is contained in:
@@ -4,7 +4,7 @@ index 0d3993370b4ecbdfaf87cfd3145617343c29dc39..8587f7286476ca0dcce1bb02ef02ce0d
|
||||
+++ b/toolkit/modules/LightweightThemeConsumer.sys.mjs
|
||||
@@ -32,7 +32,7 @@ const toolkitVariableMap = [
|
||||
lwtProperty: "accentcolor",
|
||||
processColor(rgbaChannels, element) {
|
||||
processColor(rgbaChannels) {
|
||||
if (!rgbaChannels || rgbaChannels.a == 0) {
|
||||
- return "white";
|
||||
+ return "var(--zen-colors-primary)";
|
||||
@@ -14,7 +14,7 @@ index 0d3993370b4ecbdfaf87cfd3145617343c29dc39..8587f7286476ca0dcce1bb02ef02ce0d
|
||||
@@ -334,6 +334,7 @@ LightweightThemeConsumer.prototype = {
|
||||
theme.additionalBackgrounds
|
||||
);
|
||||
_setProperties(root, active, theme, hasTheme);
|
||||
_setProperties(root, hasTheme, theme);
|
||||
+ this._zenSetAccentColor(root);
|
||||
|
||||
if (hasTheme) {
|
||||
@@ -33,4 +33,4 @@ index 0d3993370b4ecbdfaf87cfd3145617343c29dc39..8587f7286476ca0dcce1bb02ef02ce0d
|
||||
+ },
|
||||
};
|
||||
|
||||
function _getContentProperties(doc, active, data) {
|
||||
function _getContentProperties(doc, hasTheme, data) {
|
||||
|
||||
Reference in New Issue
Block a user