-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
LocationBar color doesn't update when changing theme #974
Comments
As you expected, I think we should override |
@petemill just mouse over is enough to change the colour Also icons and buttons looks hidden when colour scheme is changed |
Closing #982 as duplicate which states
|
Verification Pass with
Verification Passed on
|
Steps to reproduce
Expected
All toolbar colors, including location bar colors change immediately
Actual
LocationBar colors do not change until something else updates the location bar (e.g. click)
Notes
Needs to observe the prefs change, or the theme change (if we had such an observer), and update the colors. This is not built-in to chromium since an extension theme cannot change the location bar colors.
The text was updated successfully, but these errors were encountered: