commit | e68fc36303b984018545482045a5a84c09a46b80 | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Thu Feb 08 10:20:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 10:20:41 2024 |
tree | 38ca9b998f14330695751c13aab0f45d4be09d26 | |
parent | a85e3489d9a0d4abf8745ff132c6ca65aaf57bca [diff] |
[ios] Fix hover effect for identity button This CL fixes the hover effect of the identity button to match the shape of the identity image. There is no visible change on iPad. Note that the clickable area is now smaller (with old implementation all the square area around the button was clickable). Old implementation: - Size of the image - Margin (16pt) New implementation: - Size of the image - Margin (8pt) - Padding (8pt) As a result the clickable area will be 8pt*2 = 16pt smaller (from 64pt to 48pt). A screenshot of the new behavior can be found in the bug page. Bug: 324051579 Change-Id: I3492447f779031bb6dfa0f388ddc8fa8930236cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5268822 Commit-Queue: Federica Germinario <fedegermi@google.com> Reviewed-by: Scott Yoder <scottyoder@google.com> Reviewed-by: Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1257846}
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.