- Convert lots of JS to typescript, although marked a lot of it as ts-nocheck as adding types would take a very very long time. To be done separately, hopefully with help! - Upgrade many modules to polymer3 - Use chromium's build target for everything instead of duplicating a lot of build processes - Do the same for everything that was served by chrome://brave-resources, now that it's easier to have the build system for chrome://resources take our additional files TODO: Bring back manrope substitution for ru|el languages from brave_shared_resources_data_source.cc
13 lines
653 B
Diff
13 lines
653 B
Diff
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
|
index a76a774208f5869003ec650d8107f6983dc101e6..0cc6f6abb4bc2cc56afa682620a42f40e7ac56b8 100644
|
|
--- a/chrome/browser/resources/settings/settings.html
|
|
+++ b/chrome/browser/resources/settings/settings.html
|
|
@@ -5,6 +5,7 @@
|
|
<meta name="color-scheme" content="light dark">
|
|
<title>$i18n{settings}</title>
|
|
<base href="chrome://settings">
|
|
+ <link rel="stylesheet" href="chrome://resources/brave/page_specific/settings/settings_loading_shim.css">
|
|
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
|
|
<style>
|
|
html {
|