-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favicons of brave welcome and rewards page are white in nightly and master on macOS #3933
Comments
Could be macOS issue. Not seeing the white icon on Windows |
saw the same problem, thought that this was intentional |
Reproduced on Nightly as well 👍 Pretty easy to reproduce. Used the following build:
STR:
|
Code in here I can't entirely understand but think it might be relevant so passing it along: https://cs.chromium.org/chromium/src/chrome/browser/favicon/favicon_utils.cc?g=0 |
Fixes brave/brave-browser#3933 Patches chrome/browser/ui/views/tabs/tab_icon.cc's to use our version of ShouldThemifyFaviconForUrl function which adds welcome and rewards pages to the list of pages for which the favicon should not be "themified".
Adding |
Verified passed with
Verification passed on
|
Description
favicon of brave://welcome in nightly channel seems off in dark mode, looks normal in light mode though.
btw I'm using macOS, didn't try other platforms.
Steps to Reproduce
Install nightly or run a local build based on master and visit brave://welcome
Actual result:
Expected result:
Reproduces how often:
Every time.
Brave version (brave://version info)
0.64.23 Chromium: 73.0.3683.75 (Official Build) nightly(64-bit)
Reproducible on current release:
Not reproducible in current dev channel
(0.63.20 Chromium: 73.0.3683.75 (Official Build) dev(64-bit))
Website problems only:
No.
Not applicable.
cc @cezaraugusto @petemill
The text was updated successfully, but these errors were encountered: