commit | ffd45abbadfcd00158086f2413b99b1a209549d6 | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Mon Feb 14 21:01:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 14 21:01:34 2022 |
tree | 3dbd0b805fcb3175de66b042be6516b30e7ce2c5 | |
parent | 34526c3d0a857a22618e4d77c7f63b5ca6f8d3d2 [diff] |
Use the used color scheme to set scrollbar overlay colors Overlay scrollbars support both a light and a dark theme. This was set based on the background color of the scrolling element, but only if one was set. This patch also sets the scrollbar color theme based on the element's used color scheme. This improves the scrollbar appearance when the system is in dark mode and no explicit background color style has been set on the scroller. Bug: 1285450 Change-Id: I76191b4db66546901fb20a5ebede109c8176b1eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3458007 Reviewed-by: Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#970816}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.