Skip to content

Commit

Permalink
browser(firefox): do not use system colors for controls (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Apr 17, 2020
1 parent 51b8685 commit 846af74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1083
1084
3 changes: 3 additions & 0 deletions browser_patches/firefox/preferences/playwright.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// Use light theme by default.
pref("ui.systemUsesDarkTheme", 0);

// Do not use system colors - they are affected by themes.
pref("ui.use_standins_for_native_colors", true);

pref("dom.push.serverURL", "");
pref("services.settings.server", "");
pref("browser.safebrowsing.provider.mozilla.updateURL", "");
Expand Down

0 comments on commit 846af74

Please sign in to comment.