[iOS] Add dark mode row highlight colors to the omnibox popup
The code in OmniboxPopupRow wasn't actually doing anything. The default UIKit method of row highlighting is to insert a view in the table cell's subviews at index 0, so the cell's background color is always covered. Setting selectedBackgroundView is the modern way of controlling this color. Bug: 976662 Change-Id: If0d18fc3edc82f6cb2eda0324dabe23e9ba9a085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1735164 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#684276}
Showing
Please register or sign in to comment