Files
brave-core/patches/chrome-browser-resources-bookmarks-bookmarks.html.patch
T
Pete Miller d90b4a49d6 Integrate brave's webui additions into chromium's typescript build process (settings, bookmarks, extensions), remove chrome://brave-resources
- 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
2022-10-13 16:51:36 -04:00

13 lines
563 B
Diff

diff --git a/chrome/browser/resources/bookmarks/bookmarks.html b/chrome/browser/resources/bookmarks/bookmarks.html
index cd3b1067519f594b799f81640a7aba67ea457594..564b6f2af0c8e4f379deb94b388bc083d4779b56 100644
--- a/chrome/browser/resources/bookmarks/bookmarks.html
+++ b/chrome/browser/resources/bookmarks/bookmarks.html
@@ -34,6 +34,7 @@
height: var(--md-toolbar-height);
}
</style>
+ <link rel="stylesheet" href="chrome://resources/brave/page_specific/bookmarks/bookmarks_loading_shim.css">
</head>
<body>
<bookmarks-app></bookmarks-app>